comparison lisp/auctex/Makefile @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 360340f9fd5f
children cca96a509cfe
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
70 REMOVE = ltx-help.el 70 REMOVE = ltx-help.el
71 71
72 MINMAPSRC = auc-menu.el maniac.el outln-18.el all.el multi-prompt.el 72 MINMAPSRC = auc-menu.el maniac.el outln-18.el all.el multi-prompt.el
73 73
74 CONTRIB = bib-cite.el tex-jp.el font-latex.el 74 CONTRIB = bib-cite.el tex-jp.el font-latex.el
75 CONTRIBELC = bib-cite.elc font-latex.elc 75 CONTRIBELC = bib-cite.elc tex-jp.elc font-latex.elc
76 76
77 AUCSRC = auc-old.el tex.el tex-buf.el latex.el tex-info.el multi-prompt.el 77 AUCSRC = auc-old.el tex.el tex-buf.el latex.el tex-info.el multi-prompt.el
78 AUCELC = auc-old.elc tex.elc tex-buf.elc latex.elc tex-info.elc \ 78 AUCELC = auc-old.elc tex.elc tex-buf.elc latex.elc tex-info.elc \
79 multi-prompt.elc 79 multi-prompt.elc
80 80
81 81
82 STYLESRC = style/slides.el style/foils.el style/amstex.el \ 82 STYLESRC = ../../etc/auctex/style/slides.el ../../etc/auctex/style/foils.el ../../etc/auctex/style/amstex.el \
83 style/article.el style/book.el style/letter.el \ 83 ../../etc/auctex/style/article.el ../../etc/auctex/style/book.el ../../etc/auctex/style/letter.el \
84 style/report.el style/amsart.el style/amsbook.el \ 84 ../../etc/auctex/style/report.el ../../etc/auctex/style/amsart.el ../../etc/auctex/style/amsbook.el \
85 style/epsf.el style/psfig.el style/latexinfo.el \ 85 ../../etc/auctex/style/epsf.el ../../etc/auctex/style/psfig.el ../../etc/auctex/style/latexinfo.el \
86 style/dutch.el style/german.el style/dk.el \ 86 ../../etc/auctex/style/dutch.el ../../etc/auctex/style/german.el ../../etc/auctex/style/dk.el \
87 style/j-article.el style/j-book.el style/j-report.el \ 87 ../../etc/auctex/style/j-article.el ../../etc/auctex/style/j-book.el ../../etc/auctex/style/j-report.el \
88 style/jarticle.el style/jbook.el style/jreport.el \ 88 ../../etc/auctex/style/jarticle.el ../../etc/auctex/style/jbook.el ../../etc/auctex/style/jreport.el \
89 style/dinbrief.el style/virtex.el style/plfonts.el \ 89 ../../etc/auctex/style/dinbrief.el ../../etc/auctex/style/virtex.el ../../etc/auctex/style/plfonts.el \
90 style/plhb.el style/harvard.el style/swedish.el 90 ../../etc/auctex/style/plhb.el ../../etc/auctex/style/harvard.el ../../etc/auctex/style/swedish.el
91 91
92 DOCFILES = doc/Makefile doc/auc-tex.texi doc/intro.texi doc/install.texi \ 92 DOCFILES = doc/Makefile doc/auc-tex.texi doc/intro.texi doc/install.texi \
93 doc/changes.texi doc/tex-ref.tex doc/math-ref.tex doc/history.texi 93 doc/changes.texi doc/tex-ref.tex doc/math-ref.tex doc/history.texi
94 94
95 EXTRAFILES = COPYING PROBLEMS MSDOS VMS OS2 WIN-NT Makefile ChangeLog \ 95 EXTRAFILES = COPYING PROBLEMS MSDOS VMS OS2 WIN-NT Makefile ChangeLog \
98 all: lisp 98 all: lisp
99 99
100 lisp: 100 lisp:
101 $(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB) 101 $(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB)
102 102
103 some: $(AUCELC) $(STYLESRC:.el=.elc) 103 some: $(AUCELC) $(CONTRIBELC) $(STYLESRC:.el=.elc)
104 104
105 install: install-lisp 105 install: install-lisp
106 106
107 contrib: 107 contrib:
108 $(ELC) bib-cite.el 108 $(ELC) bib-cite.el