X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=make.bat;h=8d865c87e1387c369902b5575cd4410cffb65125;hb=d91d375fb86c518f0c39f96d6ca6103aec4fbf91;hp=50722c6ad763039f12491c296984b2bf107c477c;hpb=0da75afc056452ed77fc820ac865eaaf03fc0952;p=elisp%2Fgnus.git- diff --git a/make.bat b/make.bat index 50722c6..8d865c8 100755 --- a/make.bat +++ b/make.bat @@ -181,15 +181,18 @@ echo. echo Stand by while copying etc files. echo. if not exist %GNUS_ETC_DIR%\nul mkdir %GNUS_ETC_DIR% -if not exist %GNUS_ETC_DIR%\images\nul mkdir %GNUS_ETC_DIR%\images xcopy /R /Q /Y gnus-tut.txt %GNUS_ETC_DIR% if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-gnus-tut-txt -if not exist %GNUS_ETC_DIR%\images\gnus\nul mkdir %GNUS_ETC_DIR%\images\gnus -xcopy /R /Q /Y .\gnus\* %GNUS_ETC_DIR%\images\gnus\ +if not exist %GNUS_ETC_DIR%\gnus\nul mkdir %GNUS_ETC_DIR%\gnus +xcopy /R /Q /Y .\gnus\* %GNUS_ETC_DIR%\gnus\ if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-gnus-* +if not exist %GNUS_ETC_DIR%\images\nul mkdir %GNUS_ETC_DIR%\images +if not exist %GNUS_ETC_DIR%\images\gnus\nul mkdir %GNUS_ETC_DIR%\images\gnus +xcopy /R /Q /Y .\images\gnus\* %GNUS_ETC_DIR%\images\gnus\ +if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-images-gnus-* if not exist %GNUS_ETC_DIR%\images\smilies\nul mkdir %GNUS_ETC_DIR%\images\smilies -xcopy /R /Q /Y .\smilies\* %GNUS_ETC_DIR%\images\smilies\ -if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-smilies-* +xcopy /R /Q /Y .\images\smilies\* %GNUS_ETC_DIR%\images\smilies\ +if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-images-smilies-* goto warnings :nocopy