Mercurial > hg > xemacs-beta
diff lisp/w3/Makefile @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:58:30 +0200 |
parents | 489f57a838ef |
children |
line wrap: on
line diff
--- a/lisp/w3/Makefile Mon Aug 13 09:57:40 2007 +0200 +++ b/lisp/w3/Makefile Mon Aug 13 09:58:30 2007 +0200 @@ -111,6 +111,7 @@ auto-autoloads.el: $(SOURCES) $(EMACS) -batch -q -no-site-file \ + -eval '(setq autoload-target-directory "'`pwd`'/")' \ -eval '(setq autoload-package-name "w3")' \ -l autoload \ - -f batch-update-directory . + -f batch-update-autoloads $?