* gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
[gnus] / make.bat
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