Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 192:9d35321dd38c | 193:f53b5ca2e663 |
|---|---|
| 1 ############################################################################### | 1 ############################################################################### |
| 2 # | 2 # |
| 3 # File: Makefile | 3 # File: Makefile |
| 4 # Release: $efs release: 1.15 $ | 4 # Release: $efs release: 1.15 $ |
| 5 # Version: $Revision: 1.8 $ | 5 # Version: $Revision: 1.9 $ |
| 6 # RCS: | 6 # RCS: |
| 7 # Description: Makefile for byte-compiling efs and dired. | 7 # Description: Makefile for byte-compiling efs and dired. |
| 8 # Author: Andy Norman, HPLabs, Bristol, UK. | 8 # Author: Andy Norman, HPLabs, Bristol, UK. |
| 9 # Created: Sat Jan 30 00:18:56 1993 | 9 # Created: Sat Jan 30 00:18:56 1993 |
| 10 # Language: Text (make script) | 10 # Language: Text (make script) |
| 305 autoloads: auto-autoloads.el | 305 autoloads: auto-autoloads.el |
| 306 | 306 |
| 307 auto-autoloads.el: $(EFSSRC) $(DSRC) efs-x19.15.el $(XESRC) $(MULESRC) | 307 auto-autoloads.el: $(EFSSRC) $(DSRC) efs-x19.15.el $(XESRC) $(MULESRC) |
| 308 $(EMACS) -batch -q -no-site-file \ | 308 $(EMACS) -batch -q -no-site-file \ |
| 309 -eval '(setq autoload-target-directory "'`pwd`'/")' \ | 309 -eval '(setq autoload-target-directory "'`pwd`'/")' \ |
| 310 -eval '(setq autoload-package-name "efs")' \ | |
| 310 -l autoload \ | 311 -l autoload \ |
| 311 -f batch-update-autoloads $? | 312 -f batch-update-autoloads $? |
| 312 | 313 |
| 313 ## end of Makefile ## | 314 ## end of Makefile ## |
