diff lisp/vm/Makefile @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children 360340f9fd5f
line wrap: on
line diff
--- a/lisp/vm/Makefile	Mon Aug 13 09:13:58 2007 +0200
+++ b/lisp/vm/Makefile	Mon Aug 13 09:15:11 2007 +0200
@@ -72,7 +72,7 @@
 
 vm:	vm.elc
 
-vm.elc:	autoload
+vm.elc:	noautoload
 
 noautoload:	$(OBJECTS) tapestry.elc
 	@echo "building vm.elc (with all modules included)..."
@@ -101,7 +101,7 @@
 
 vm.info:	vm.texinfo
 	@echo "making vm.info..."
-	@$(EMACS) $(BATCHFLAGS) vm.texinfo -l texinfmt -f texinfo-format-buffer -f save-buffer
+	@$(EMACS) $(BATCHFLAGS) -insert vm.texinfo -l texinfmt -f texinfo-format-buffer -f save-buffer
 
 vm-autoload.elc:	$(SOURCES)
 	@echo scanning sources to build autoload definitions...