3 rem Hack to run install-info with multiple info files on the command
\r
4 rem line on the Windows platform.
\r
6 rem Copyright (C) 2003-2011
\r
7 rem Free Software Foundation, Inc.
\r
9 rem This file is part of GNU Emacs.
\r
11 rem GNU Emacs is free software: you can redistribute it and/or modify
\r
12 rem it under the terms of the GNU General Public License as published by
\r
13 rem the Free Software Foundation, either version 3 of the License, or
\r
14 rem (at your option) any later version.
\r
16 rem GNU Emacs is distributed in the hope that it will be useful,
\r
17 rem but WITHOUT ANY WARRANTY; without even the implied warranty of
\r
18 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\r
19 rem GNU General Public License for more details.
\r
21 rem You should have received a copy of the GNU General Public License
\r
22 rem along with GNU Emacs. If not, see http://www.gnu.org/licenses/.
\r
26 rem multi-install-info <switch passed to install-info> FILE1 FILE2 ...
\r
28 rem By Peter 'Luna' Runestig <peter@runestig.com> 2003
\r
30 set INSTALL_INFO=install-info
\r
32 rem Eat the install-info switch:
\r
37 if .%1% == . goto EndLoop
\r
38 %INSTALL_INFO% %II_SWITCH% %1
\r