comparison lisp/auctex/Makefile @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 25f70ba0133c
children 15872534500d
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
69 69
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 ## MULE_ELC is set by update-elc.sh if bytecompiling for XEmacs/Mule
75 CONTRIBELC = bib-cite.elc tex-jp.elc font-latex.elc 75 CONTRIB = bib-cite.el font-latex.el custom-load.el
76 CONTRIBELC = bib-cite.elc $(MULE_ELC) font-latex.elc custom-load.elc
76 77
77 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
78 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 \
79 multi-prompt.elc 80 multi-prompt.elc
80 81