Doc fix.
[gnus] / make.bat
1 @echo off\r
2 \r
3 rem Written by David Charlap (shamino@writeme.com)\r
4 rem\r
5 rem There are two possible problems with this batch file.  The emacs.bat batch\r
6 rem file may not exist in all distributions.  It is part of the GNU build of\r
7 rem Emacs 20.4 (http://www.gnu.org/softare/emacs/windows.ntemacs.html)  If you\r
8 rem install Gnus with some other build, you may have to replace calls to\r
9 rem %1\emacs.bat with something else.\r
10 rem \r
11 rem Also, the emacs.bat file that comes with Emacs does not accept more than 9\r
12 rem parameters, so the attempts to compile the .texi files will fail.  To\r
13 rem fix that (at least on NT.  I don't know about Win95), the following\r
14 rem change should be made to emacs.bat:\r
15 rem \r
16 rem     %emacs_dir%\bin\emacs.exe %1 %2 %3 %4 %5 %6 %7 %8 %9\r
17 rem \r
18 rem should become\r
19 rem \r
20 rem     %emacs_dir%\bin\emacs.exe %*\r
21 rem \r
22 rem which will allow the batch file to accept an unlimited number of\r
23 rem parameters.\r
24 \r
25 rem Clear PWD so emacs doesn't get confused