diff 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
line wrap: on
line diff
--- a/lisp/auctex/Makefile	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/auctex/Makefile	Mon Aug 13 09:46:53 2007 +0200
@@ -72,7 +72,7 @@
 MINMAPSRC = auc-menu.el maniac.el outln-18.el all.el multi-prompt.el
 
 ## MULE_ELC is set by update-elc.sh if bytecompiling for XEmacs/Mule
-CONTRIB = bib-cite.el font-latex.el custom-load.el
+CONTRIB = bib-cite.el $(MULE_EL) font-latex.el custom-load.el
 CONTRIBELC = bib-cite.elc $(MULE_ELC) font-latex.elc custom-load.elc
 
 AUCSRC = auc-old.el tex.el tex-buf.el latex.el tex-info.el multi-prompt.el
@@ -219,3 +219,11 @@
 	-cvs add $(MINMAPSRC) 
 	cvs commit -m "Update"
 	cp $(MINMAPSRC) doc/math-ref.tex $(FTPDIR) 
+
+autoloads: auto-autoloads.el
+
+auto-autoloads.el: $(AUCSRC) $(CONTRIB)
+	$(EMACS) -batch -q -no-site-file \
+		-eval '(setq autoload-target-directory "'`pwd`'/")' \
+		-l autoload \
+		-f batch-update-autoloads $?