Mercurial > hg > xemacs-beta
comparison lisp/auctex/Makefile @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 85ec50267440 |
children |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
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 ## MULE_ELC is set by update-elc.sh if bytecompiling for XEmacs/Mule | 74 ## MULE_ELC is set by update-elc.sh if bytecompiling for XEmacs/Mule |
75 CONTRIB = bib-cite.el font-latex.el custom-load.el | 75 CONTRIB = bib-cite.el $(MULE_EL) font-latex.el custom-load.el |
76 CONTRIBELC = bib-cite.elc $(MULE_ELC) font-latex.elc custom-load.elc | 76 CONTRIBELC = bib-cite.elc $(MULE_ELC) font-latex.elc custom-load.elc |
77 | 77 |
78 AUCSRC = auc-old.el tex.el tex-buf.el latex.el tex-info.el multi-prompt.el | 78 AUCSRC = auc-old.el tex.el tex-buf.el latex.el tex-info.el multi-prompt.el |
79 AUCELC = auc-old.elc tex.elc tex-buf.elc latex.elc tex-info.elc \ | 79 AUCELC = auc-old.elc tex.elc tex-buf.elc latex.elc tex-info.elc \ |
80 multi-prompt.elc | 80 multi-prompt.elc |
217 | 217 |
218 min-map: | 218 min-map: |
219 -cvs add $(MINMAPSRC) | 219 -cvs add $(MINMAPSRC) |
220 cvs commit -m "Update" | 220 cvs commit -m "Update" |
221 cp $(MINMAPSRC) doc/math-ref.tex $(FTPDIR) | 221 cp $(MINMAPSRC) doc/math-ref.tex $(FTPDIR) |
222 | |
223 autoloads: auto-autoloads.el | |
224 | |
225 auto-autoloads.el: $(AUCSRC) $(CONTRIB) | |
226 $(EMACS) -batch -q -no-site-file \ | |
227 -eval '(setq autoload-target-directory "'`pwd`'/")' \ | |
228 -l autoload \ | |
229 -f batch-update-autoloads $? |