Mercurial > hg > xemacs-beta
diff lisp/w3/Makefile @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 6608ceec7cf8 |
children | 489f57a838ef |
line wrap: on
line diff
--- a/lisp/w3/Makefile Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/w3/Makefile Mon Aug 13 09:46:53 2007 +0200 @@ -106,3 +106,11 @@ css.elc: css.el font.elc w3.elc: css.elc w3-vars.elc w3.el dsssl.elc: dsssl.el dsssl-flow.elc + +autoloads: auto-autoloads.el + +auto-autoloads.el: $(SOURCES) + $(EMACS) -batch -q -no-site-file \ + -eval '(setq autoload-target-directory "'`pwd`'/")' \ + -l autoload \ + -f batch-update-autoloads $?