Mercurial > hg > xemacs-beta
comparison lisp/auctex/Makefile @ 50:ee648375d8d6 r19-16b91
Import from CVS: tag r19-16b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:41 +0200 |
parents | ec9a17fef872 |
children |
comparison
equal
deleted
inserted
replaced
49:b46643e427ac | 50:ee648375d8d6 |
---|---|
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 STYLE=../../etc/auctex/style |
83 style/article.el style/book.el style/letter.el \ | 83 |
84 style/report.el style/amsart.el style/amsbook.el \ | 84 STYLESRC = $(STYLE)/slides.el $(STYLE)/foils.el $(STYLE)/amstex.el \ |
85 style/epsf.el style/psfig.el style/latexinfo.el \ | 85 $(STYLE)/article.el $(STYLE)/book.el $(STYLE)/letter.el \ |
86 style/dutch.el style/german.el style/dk.el \ | 86 $(STYLE)/report.el $(STYLE)/amsart.el $(STYLE)/amsbook.el \ |
87 style/j-article.el style/j-book.el style/j-report.el \ | 87 $(STYLE)/epsf.el $(STYLE)/psfig.el $(STYLE)/latexinfo.el \ |
88 style/jarticle.el style/jbook.el style/jreport.el \ | 88 $(STYLE)/dutch.el $(STYLE)/german.el $(STYLE)/dk.el \ |
89 style/dinbrief.el style/virtex.el style/plfonts.el \ | 89 $(STYLE)/j-article.el $(STYLE)/j-book.el $(STYLE)/j-report.el \ |
90 style/plhb.el style/harvard.el style/swedish.el | 90 $(STYLE)/jarticle.el $(STYLE)/jbook.el $(STYLE)/jreport.el \ |
91 $(STYLE)/dinbrief.el $(STYLE)/virtex.el $(STYLE)/plfonts.el \ | |
92 $(STYLE)/plhb.el $(STYLE)/harvard.el $(STYLE)/swedish.el | |
91 | 93 |
92 DOCFILES = doc/Makefile doc/auc-tex.texi doc/intro.texi doc/install.texi \ | 94 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 | 95 doc/changes.texi doc/tex-ref.tex doc/math-ref.tex doc/history.texi |
94 | 96 |
95 EXTRAFILES = COPYING PROBLEMS MSDOS VMS OS2 WIN-NT Makefile ChangeLog \ | 97 EXTRAFILES = COPYING PROBLEMS MSDOS VMS OS2 WIN-NT Makefile ChangeLog \ |