Mercurial > hg > xemacs-beta
diff lisp/efs/Makefile @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:46:53 +0200 |
| parents | 2af401a6ecca |
| children | f53b5ca2e663 |
line wrap: on
line diff
--- a/lisp/efs/Makefile Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/efs/Makefile Mon Aug 13 09:46:53 2007 +0200 @@ -2,7 +2,7 @@ # # File: Makefile # Release: $efs release: 1.15 $ -# Version: $Revision: 1.7 $ +# Version: $Revision: 1.8 $ # RCS: # Description: Makefile for byte-compiling efs and dired. # Author: Andy Norman, HPLabs, Bristol, UK. @@ -302,4 +302,12 @@ clean: rm -f $(OBJS) +autoloads: auto-autoloads.el + +auto-autoloads.el: $(EFSSRC) $(DSRC) efs-x19.15.el $(XESRC) $(MULESRC) + $(EMACS) -batch -q -no-site-file \ + -eval '(setq autoload-target-directory "'`pwd`'/")' \ + -l autoload \ + -f batch-update-autoloads $? + ## end of Makefile ##
