Mercurial > hg > xemacs-beta
comparison lisp/w3/Makefile @ 189:489f57a838ef r20-3b21
Import from CVS: tag r20-3b21
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:57:07 +0200 |
| parents | 15872534500d |
| children | f53b5ca2e663 |
comparison
equal
deleted
inserted
replaced
| 188:e29a8e7498d9 | 189:489f57a838ef |
|---|---|
| 109 | 109 |
| 110 autoloads: auto-autoloads.el | 110 autoloads: auto-autoloads.el |
| 111 | 111 |
| 112 auto-autoloads.el: $(SOURCES) | 112 auto-autoloads.el: $(SOURCES) |
| 113 $(EMACS) -batch -q -no-site-file \ | 113 $(EMACS) -batch -q -no-site-file \ |
| 114 -eval '(setq autoload-target-directory "'`pwd`'/")' \ | 114 -eval '(setq autoload-package-name "w3")' \ |
| 115 -l autoload \ | 115 -l autoload \ |
| 116 -f batch-update-autoloads $? | 116 -f batch-update-directory . |
