From: Kai Grossjohann Date: Mon, 10 Dec 2001 11:12:57 +0000 (+0000) Subject: Code cleanup. Fix a bug with "/copy". From Frank X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=dcc26dba4be26dec62e45ca8ad59b2308bf676b5;p=gnus Code cleanup. Fix a bug with "/copy". From Frank Schmitt . --- diff --git a/ChangeLog b/ChangeLog index 1436fd2ff..fdf7be6fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-12-10 Kai Gro,A_(Bjohann + + * make-x.bat: Code cleanup. Fix a bug with "/copy". From Frank + Schmitt . + 2001-11-26 Kai Gro,A_(Bjohann * make-x.bat: Use parameter "/copy" rather than "copy" for increased diff --git a/make-x.bat b/make-x.bat index d79340db9..05d565c97 100644 --- a/make-x.bat +++ b/make-x.bat @@ -11,13 +11,14 @@ set PWD= if "%1" == "" goto usage set emacs=xemacs.exe +if "%2" == "copy" set copy=true +if "%2" == "/copy" set copy=true cd lisp call %1\%emacs% -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile -if not "%2" == "copy" goto info -if not "%2" == "/copy" goto info +if not %copy%==true goto info attrib -r %1\..\..\xemacs-packages\lisp\gnus\*.* -copy *.el* %1\..\..\xemacs-packages\lisp\gnus +copy *.el? %1\..\..\xemacs-packages\lisp\gnus :info set EMACSINFO=call %1\%emacs% -no-site-file -no-init-file -batch -q -l infohack.el -f batch-makeinfo @@ -25,8 +26,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 +if not %copy%==true goto done copy gnus %1\..\..\xemacs-packages\info copy gnus-?? %1\..\..\xemacs-packages\info copy message %1\..\..\xemacs-packages\info