diff lisp/hyperbole/Makefile @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 8619ce7e4c50
children f53b5ca2e663
line wrap: on
line diff
--- a/lisp/hyperbole/Makefile	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/hyperbole/Makefile	Mon Aug 13 09:46:53 2007 +0200
@@ -167,7 +167,7 @@
 	@ echo $< >> $(ELISP_TO_COMPILE)
 
 # Compile all recorded .el files.
-elc: elc-init hsite.el $(ELC_KOTL) $(ELC_COMPILE)
+elc: elc-init hsite.el $(ELC_KOTL) $(ELC_COMPILE) $(XEMACS_COMPILE)
 	@- \test ! -f $(ELISP_TO_COMPILE) \
             || (echo "These files will be compiled: " \
                  && echo "`cat $(ELISP_TO_COMPILE)`" \
@@ -258,3 +258,11 @@
 distclean: clean
 	-$(RM) TAGS hsite.el* kotl/TO-DO* $(mandir)/hyperbole.dvi \
           $(mandir)/hyperbole.??
+
+autoloads: auto-autoloads.el
+
+auto-autoloads.el: $(EL_SRC) $(EL_COMPILE) $(EL_KOTL)
+	$(EMACS) -batch -q -no-site-file \
+		-eval '(setq autoload-target-directory "'`pwd`'/")' \
+		-l autoload \
+		-f batch-update-autoloads $?