From: yamaoka Date: Fri, 21 Sep 2001 12:21:14 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: semi-gnus~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=20be77f8bacb736504d07167b193bd6eb748b32a;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/ChangeLog b/ChangeLog index 05c4e2c..3959a4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-09-21 Kai Gro,A_(Bjohann + + * make.bat: Use parameter "/copy" rather than "copy" for increased + dwimishness for old-time DOS users. + 2001-09-18 22:00:00 ShengHuo ZHU * make-x.bat: New. diff --git a/make.bat b/make.bat index 6e5d96c..c4c8cc4 100755 --- a/make.bat +++ b/make.bat @@ -35,7 +35,7 @@ if exist %1\bin\emacs.bat set emacs=emacs.bat cd lisp call %1\bin\%emacs% -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile -if not "%2" == "copy" goto info +if not "%2" == "/copy" goto info attrib -r %1\lisp\gnus\* copy *.el* %1\lisp\gnus @@ -45,7 +45,7 @@ cd ..\texi %EMACSINFO% message.texi %EMACSINFO% emacs-mime.texi %EMACSINFO% gnus.texi -if not "%2" == "copy" goto done +if not "%2" == "/copy" goto done copy gnus %1\info copy gnus-?? %1\info copy message %1\info @@ -60,11 +60,11 @@ cd .. goto end :usage -echo Usage: make :emacs-dir: [copy] +echo Usage: make :emacs-dir: [/copy] echo. echo where: :emacs-dir: is the directory you installed emacs in echo eg. d:\emacs\20.4 -echo copy indicates that the compiled files should be copied to your +echo /copy indicates that the compiled files should be copied to your echo emacs lisp, info, and etc directories echo. echo Note: If you have Emacs/w3 you should set the environment variable