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

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 4be1180a9e89
children f53b5ca2e663
line wrap: on
line diff
--- a/lisp/oobr/Makefile	Mon Aug 13 09:45:48 2007 +0200
+++ b/lisp/oobr/Makefile	Mon Aug 13 09:46:53 2007 +0200
@@ -292,3 +292,11 @@
 	-cd tree-x; $(RM) .*~ *~ *\# *.orig *.rej *.o xoobr .nfs*
 	-cd tree-nx; $(RM) -r .*~ *~ *\# *.orig *.rej obj* TreeView.app .nfs*
 	-cd $(tar_mandir); $(RM) oo-browser.?? oo-browser.dvi .*~ *~ *\# *.orig *.rej .nfs*
+
+autoloads: auto-autoloads.el
+
+auto-autoloads.el: $(EL_COMPILE)
+	$(EMACS) -batch -q -no-site-file \
+		-eval '(setq autoload-target-directory "'`pwd`'/")' \
+		-l autoload \
+		-f batch-update-autoloads $?