+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.
\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
%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
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