comparison lisp/auctex/Makefile @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents cca96a509cfe
children 85ec50267440
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
1 # Makefile - for the AUC TeX distribution. 1 # Makefile - for the AUC TeX distribution.
2 # 2 #
3 # Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk> 3 # Maintainer: Per Abrahamsen <auc-tex@sunsite.auc.dk>
4 # Version: 9.7l 4 # Version: 9.7p
5 # 5 #
6 # Edit the makefile, type `make', and follow the instructions. 6 # Edit the makefile, type `make', and follow the instructions.
7 7
8 ##---------------------------------------------------------------------- 8 ##----------------------------------------------------------------------
9 ## YOU MUST EDIT THE FOLLOWING LINES 9 ## YOU MUST EDIT THE FOLLOWING LINES
85 ../../etc/auctex/style/epsf.el ../../etc/auctex/style/psfig.el ../../etc/auctex/style/latexinfo.el \ 85 ../../etc/auctex/style/epsf.el ../../etc/auctex/style/psfig.el ../../etc/auctex/style/latexinfo.el \
86 ../../etc/auctex/style/dutch.el ../../etc/auctex/style/german.el ../../etc/auctex/style/dk.el \ 86 ../../etc/auctex/style/dutch.el ../../etc/auctex/style/german.el ../../etc/auctex/style/dk.el \
87 ../../etc/auctex/style/j-article.el ../../etc/auctex/style/j-book.el ../../etc/auctex/style/j-report.el \ 87 ../../etc/auctex/style/j-article.el ../../etc/auctex/style/j-book.el ../../etc/auctex/style/j-report.el \
88 ../../etc/auctex/style/jarticle.el ../../etc/auctex/style/jbook.el ../../etc/auctex/style/jreport.el \ 88 ../../etc/auctex/style/jarticle.el ../../etc/auctex/style/jbook.el ../../etc/auctex/style/jreport.el \
89 ../../etc/auctex/style/dinbrief.el ../../etc/auctex/style/virtex.el ../../etc/auctex/style/plfonts.el \ 89 ../../etc/auctex/style/dinbrief.el ../../etc/auctex/style/virtex.el ../../etc/auctex/style/plfonts.el \
90 ../../etc/auctex/style/plhb.el ../../etc/auctex/style/harvard.el ../../etc/auctex/style/swedish.el 90 ../../etc/auctex/style/plhb.el ../../etc/auctex/style/harvard.el ../../etc/auctex/style/swedish.el \
91 ../../etc/auctex/style/danish.el
91 92
92 DOCFILES = doc/Makefile doc/auc-tex.texi doc/intro.texi doc/install.texi \ 93 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 94 doc/changes.texi doc/tex-ref.tex doc/math-ref.tex doc/history.texi
94 95
95 EXTRAFILES = COPYING PROBLEMS MSDOS VMS OS2 WIN-NT Makefile ChangeLog \ 96 EXTRAFILES = COPYING PROBLEMS MSDOS VMS OS2 WIN-NT Makefile ChangeLog \
134 echo "Leaving compiled files in place."; \ 135 echo "Leaving compiled files in place."; \
135 fi 136 fi
136 137
137 install-contrib: 138 install-contrib:
138 $(MV) $(CONTRIBELC) $(aucdir) 139 $(MV) $(CONTRIBELC) $(aucdir)
139 $(MV) bib-cite.elc $(aucdir)
140 $(MV) font-latex.elc $(aucdir)
141 $(CP) $(CONTRIB) $(aucdir) 140 $(CP) $(CONTRIB) $(aucdir)
142 141
143 install-info: 142 install-info:
144 -(cd doc; $(MAKE) install infodir=$(infodir)) 143 -(cd doc; $(MAKE) install infodir=$(infodir))
145 144