Update years in copyright notice; nfc.
[bpt/emacs.git] / nt / multi-install-info.bat
CommitLineData
b78b918f
JR
1@echo off\r
2\r
3rem Hack to run install-info with multiple info files on the command\r
4rem line on the Windows platform.\r
5rem\r
ceb4c4d3 6rem Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.\r
b78b918f
JR
7rem\r
8rem This file is part of GNU Emacs.\r
9rem\r
10rem GNU Emacs is free software; you can redistribute it and/or modify\r
11rem it under the terms of the GNU General Public License as published by\r
12rem the Free Software Foundation; either version 2, or (at your option)\r
13rem any later version.\r
14rem\r
15rem GNU Emacs is distributed in the hope that it will be useful,\r
16rem but WITHOUT ANY WARRANTY; without even the implied warranty of\r
17rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r
18rem GNU General Public License for more details.\r
19rem\r
20rem You should have received a copy of the GNU General Public License\r
21rem along with GNU Emacs; see the file COPYING. If not, write to\r
364c38d3
LK
22rem the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\r
23rem Boston, MA 02110-1301, USA.\r
b78b918f
JR
24rem\r
25rem\r
26rem Usage:\r
27rem multi-install-info <switch passed to install-info> FILE1 FILE2 ...\r
28rem\r
29rem By Peter 'Luna' Runestig <peter@runestig.com> 2003\r
30\r
31set INSTALL_INFO=install-info\r
32set II_SWITCH=%1=%2\r
33rem Eat the install-info switch:\r
34shift\r
35\r
36:Loop\r
37shift\r
38if .%1% == . goto EndLoop\r
39%INSTALL_INFO% %II_SWITCH% %1\r
40goto Loop\r
41:EndLoop\r
4256310d
MB
42\r
43goto skipArchTag\r
44 arch-tag: 4f590862-8ead-497a-a71c-fb4b0e5d50db\r
45:skipArchTag\r