Synch to No Gnus 200511161523.
[elisp/gnus.git-] / make.bat
index 50722c6..8d865c8 100755 (executable)
--- a/make.bat
+++ b/make.bat
@@ -181,15 +181,18 @@ echo.
 echo Stand by while copying etc files.\r
 echo.\r
 if not exist %GNUS_ETC_DIR%\nul mkdir %GNUS_ETC_DIR%\r
-if not exist %GNUS_ETC_DIR%\images\nul mkdir %GNUS_ETC_DIR%\images\r
 xcopy /R /Q /Y gnus-tut.txt %GNUS_ETC_DIR%\r
 if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-gnus-tut-txt\r
-if not exist %GNUS_ETC_DIR%\images\gnus\nul mkdir %GNUS_ETC_DIR%\images\gnus\r
-xcopy /R /Q /Y .\gnus\* %GNUS_ETC_DIR%\images\gnus\\r
+if not exist %GNUS_ETC_DIR%\gnus\nul mkdir %GNUS_ETC_DIR%\gnus\r
+xcopy /R /Q /Y .\gnus\* %GNUS_ETC_DIR%\gnus\\r
 if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-gnus-*\r
+if not exist %GNUS_ETC_DIR%\images\nul mkdir %GNUS_ETC_DIR%\images\r
+if not exist %GNUS_ETC_DIR%\images\gnus\nul mkdir %GNUS_ETC_DIR%\images\gnus\r
+xcopy /R /Q /Y .\images\gnus\* %GNUS_ETC_DIR%\images\gnus\\r
+if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-images-gnus-*\r
 if not exist %GNUS_ETC_DIR%\images\smilies\nul mkdir %GNUS_ETC_DIR%\images\smilies\r
-xcopy /R /Q /Y .\smilies\* %GNUS_ETC_DIR%\images\smilies\\r
-if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-smilies-*\r
+xcopy /R /Q /Y .\images\smilies\* %GNUS_ETC_DIR%\images\smilies\\r
+if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-images-smilies-*\r
 goto warnings\r
 \r
 :nocopy\r