(gmm): Add :version.
[gnus] / make.bat
index 75418da..672284b 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -70,6 +70,7 @@ goto lisp
 :lisp\r
 set EMACSBATCH=call %1\%EMACS% %EMACS_ARGS%\r
 cd lisp\r
+attrib -r gnus-load.el\r
 if exist gnus-load.el del gnus-load.el\r
 echo.\r
 echo Stand by while generating autoloads.\r
@@ -97,7 +98,9 @@ goto infotest
 \r
 :infotest\r
 cd ..\texi\r
+attrib -r sieve\r
 if exist sieve del sieve\r
+\r
 makeinfo sieve.texi\r
 if exist sieve goto minfo\r
 REM It seems that makeinfo isn't available\r
@@ -132,6 +135,8 @@ if ErrorLevel 1 set ERROR=%ERROR%,sieve.texi
 if ErrorLevel 1 set ERROR=%ERROR%,pgg.texi\r
 %EMACSINFO% message.texi\r
 if ErrorLevel 1 set ERROR=%ERROR%,message.texi\r
+%EMACSINFO% sasl.texi\r
+if ErrorLevel 1 set ERROR=%ERROR%,sasl.texi\r
 \r
 if not "%2" == "/copy" goto nocopy\r
 if not exist %GNUS_INFO_DIR%\nul mkdir %GNUS_INFO_DIR%\r
@@ -155,6 +160,8 @@ xcopy /R /Q /Y sieve      %GNUS_INFO_DIR%
 if ErrorLevel 1 set ERROR=%ERROR%,copy-sieve-info\r
 xcopy /R /Q /Y pgg        %GNUS_INFO_DIR%\r
 if ErrorLevel 1 set ERROR=%ERROR%,copy-pgg-info\r
+xcopy /R /Q /Y sasl        %GNUS_INFO_DIR%\r
+if ErrorLevel 1 set ERROR=%ERROR%,copy-sasl-info\r
 \r
 echo.\r
 echo ***************************************************************************\r
@@ -164,6 +171,7 @@ echo * if they aren't already there:
 echo *\r
 echo * * PGG: (pgg).   Emacs interface to various PGP implementations.\r
 echo * * Sieve: (sieve).       Managing Sieve scripts in Emacs.\r
+echo * * SASL: (sasl). The Emacs SASL library.\r
 echo ***************************************************************************\r
 echo.\r
 \r
@@ -178,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\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%\smilies\nul mkdir %GNUS_ETC_DIR%\smilies\r
-xcopy /R /Q /Y .\smilies\* %GNUS_ETC_DIR%\smilies\\r
-if ErrorLevel 1 set ERROR=%ERROR%,copy-etc-smilies-*\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 .\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
@@ -283,3 +295,7 @@ set GNUS_INFO_DIR=
 set GNUS_ETC_DIR=\r
 set subdirwarning=\r
 set ERROR=\r
+\r
+goto skipArchTag\r
+   arch-tag: 502dd14c-acde-4f69-8e82-43203b12a82c\r
+:skipArchTag\r