diff lisp/efs/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
line wrap: on
line diff
--- a/lisp/efs/Makefile	Mon Aug 13 09:57:40 2007 +0200
+++ b/lisp/efs/Makefile	Mon Aug 13 09:58:30 2007 +0200
@@ -2,7 +2,7 @@
 #
 # File:         Makefile
 # Release:      $efs release: 1.15 $
-# Version:      $Revision: 1.8 $
+# Version:      $Revision: 1.9 $
 # RCS:
 # Description:  Makefile for byte-compiling efs and dired.
 # Author:       Andy Norman, HPLabs, Bristol, UK.
@@ -307,6 +307,7 @@
 auto-autoloads.el: $(EFSSRC) $(DSRC) efs-x19.15.el $(XESRC) $(MULESRC)
 	$(EMACS) -batch -q -no-site-file \
 		-eval '(setq autoload-target-directory "'`pwd`'/")' \
+		-eval '(setq autoload-package-name "efs")' \
 		-l autoload \
 		-f batch-update-autoloads $?