Use parameter "/copy" rather than "copy" for increased
authorKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 21 Sep 2001 09:59:49 +0000 (09:59 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Fri, 21 Sep 2001 09:59:49 +0000 (09:59 +0000)
dwimishness for old-time DOS users.

ChangeLog
make.bat

index 6bc3a50..2c9b250 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-09-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * make.bat: Use parameter "/copy" rather than "copy" for increased
+       dwimishness for old-time DOS users.
+
 2001-09-18 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * make-x.bat: New.
index 6e5d96c..c4c8cc4 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -35,7 +35,7 @@ if exist %1\bin\emacs.bat set emacs=emacs.bat
 \r
 cd lisp\r
 call %1\bin\%emacs% -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile\r
-if not "%2" == "copy" goto info\r
+if not "%2" == "/copy" goto info\r
 attrib -r %1\lisp\gnus\*\r
 copy *.el* %1\lisp\gnus\r
 \r
@@ -45,7 +45,7 @@ cd ..\texi
 %EMACSINFO% message.texi\r
 %EMACSINFO% emacs-mime.texi\r
 %EMACSINFO% gnus.texi\r
-if not "%2" == "copy" goto done\r
+if not "%2" == "/copy" goto done\r
 copy gnus %1\info\r
 copy gnus-?? %1\info\r
 copy message %1\info\r
@@ -60,11 +60,11 @@ cd ..
 goto end\r
 \r
 :usage\r
-echo Usage: make :emacs-dir: [copy]\r
+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\20.4\r
-echo        copy indicates that the compiled files should be copied to your\r
+echo        /copy indicates that the compiled files should be copied to your\r
 echo             emacs lisp, info, and etc directories\r
 echo.\r
 echo Note: If you have Emacs/w3 you should set the environment variable \r