Mercurial > hg > xemacs-beta
comparison nt/xemacs.mak @ 359:8e84bee8ddd0 r21-1-9
Import from CVS: tag r21-1-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:57:55 +0200 |
parents | 4711e16a8e49 |
children | a4f53d9b3154 |
comparison
equal
deleted
inserted
replaced
358:fed6e0f6a03a | 359:8e84bee8ddd0 |
---|---|
1244 # Update auto-autoloads.el and custom-load.el similar to what | 1244 # Update auto-autoloads.el and custom-load.el similar to what |
1245 # XEmacs.rules does for xemacs-packages. | 1245 # XEmacs.rules does for xemacs-packages. |
1246 VANILLA=-vanilla | 1246 VANILLA=-vanilla |
1247 FORCE: | 1247 FORCE: |
1248 $(LISP)\auto-autoloads.el: FORCE | 1248 $(LISP)\auto-autoloads.el: FORCE |
1249 -@del $(LISP)\auto-autoloads.el | |
1249 $(PROGNAME) $(VANILLA) -batch \ | 1250 $(PROGNAME) $(VANILLA) -batch \ |
1250 -l autoload -f batch-update-directory $(LISP) | 1251 -l autoload -f batch-update-directory $(LISP) |
1251 $(PROGNAME) $(VANILLA) -batch \ | 1252 $(PROGNAME) $(VANILLA) -batch \ |
1252 -f batch-byte-compile $@ | 1253 -f batch-byte-compile $@ |
1253 @del $(LISP)\auto-autoloads.el~ | 1254 @del $(LISP)\auto-autoloads.el~ |