Mercurial > hg > xemacs-beta
comparison lisp/hyperbole/Makefile @ 193:f53b5ca2e663 r20-3b23
Import from CVS: tag r20-3b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:58:30 +0200 |
parents | 15872534500d |
children |
comparison
equal
deleted
inserted
replaced
192:9d35321dd38c | 193:f53b5ca2e663 |
---|---|
262 autoloads: auto-autoloads.el | 262 autoloads: auto-autoloads.el |
263 | 263 |
264 auto-autoloads.el: $(EL_SRC) $(EL_COMPILE) $(EL_KOTL) | 264 auto-autoloads.el: $(EL_SRC) $(EL_COMPILE) $(EL_KOTL) |
265 $(EMACS) -batch -q -no-site-file \ | 265 $(EMACS) -batch -q -no-site-file \ |
266 -eval '(setq autoload-target-directory "'`pwd`'/")' \ | 266 -eval '(setq autoload-target-directory "'`pwd`'/")' \ |
267 -eval '(setq autoload-package-name "hyperbole")' \ | |
267 -l autoload \ | 268 -l autoload \ |
268 -f batch-update-autoloads $? | 269 -f batch-update-autoloads $? |