*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jan 2000 21:05:26 +0000 (21:05 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 18 Jan 2000 21:05:26 +0000 (21:05 +0000)
make.bat

index f4067fb..9e9936c 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -1,6 +1,6 @@
 @echo off\r
 \r
-rem Written by David Charlap <shamino@writeme.com>\r
+rem Written by David Charlap (shamino@writeme.com)\r
 rem\r
 rem There are two possible problems with this batch file.  The emacs.bat batch\r
 rem file may not exist in all distributions.  It is part of the GNU build of\r
@@ -36,13 +36,14 @@ copy *.el* %1\lisp\gnus
 \r
 :info\r
 cd ..\texi\r
-call %1\bin\emacs.bat -batch -q -no-site-file message.texi -l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
-call %1\bin\emacs.bat -batch -q -no-site-file emacs-mime.texi -l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
-call %1\bin\emacs.bat -batch -q -no-site-file gnus.texi -l texinfmt -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
+call %1\bin\emacs.bat -batch -q -no-site-file message.texi -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
+call %1\bin\emacs.bat -batch -q -no-site-file emacs-mime.texi -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
+call %1\bin\emacs.bat -batch -q -no-site-file gnus.texi -f texinfo-every-node-update -f texinfo-format-buffer -f save-buffer\r
 if not "%2" == "copy" goto done\r
 copy gnus %1\info\r
 copy gnus-?? %1\info\r
 copy message %1\info\r
+copy emacs-mime %1\info\r
 \r
 :etc\r
 cd ..\etc\r
@@ -56,7 +57,7 @@ goto end
 echo Usage: make ^<emacs-dir^> [copy]\r
 echo.\r
 echo where: ^<emacs-dir^> is the directory you installed emacs in\r
-echo                    eg. d:\emacs\19.34\r
+echo                    eg. d:\emacs\20.4\r
 echo        copy indicates that the compiled files should be copied to your\r
 echo             emacs lisp, info, and etc directories\r
 \r