X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=make.bat;h=8d865c87e1387c369902b5575cd4410cffb65125;hb=d91d375fb86c518f0c39f96d6ca6103aec4fbf91;hp=a9f46fde276ca53c9095af3cefe8de4f96fb8cdd;hpb=2d77ebc6d4044d4a1bf724a72977642ca960a030;p=elisp%2Fgnus.git- diff --git a/make.bat b/make.bat index a9f46fd..8d865c8 100755 --- a/make.bat +++ b/make.bat @@ -186,9 +186,13 @@ if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-gnus-tut-txt 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%\smilies\nul mkdir %GNUS_ETC_DIR%\smilies -xcopy /R /Q /Y .\smilies\* %GNUS_ETC_DIR%\smilies\ -if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-smilies-* +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 .\images\smilies\* %GNUS_ETC_DIR%\images\smilies\ +if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-images-smilies-* goto warnings :nocopy