Add SASL manual.
[gnus] / make.bat
index fc72f83..cf69a81 100644 (file)
--- a/make.bat
+++ b/make.bat
@@ -135,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
@@ -158,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
@@ -167,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