Merge from emacs-24; up to 2014-04-17T02:05:48Z!eggert@cs.ucla.edu
[bpt/emacs.git] / nt / multi-install-info.bat
dissimilarity index 67%
index 2ee5879..54e4214 100644 (file)
@@ -1,45 +1,40 @@
-@echo off\r
-\r
-rem  Hack to run install-info with multiple info files on the command\r
-rem  line on the Windows platform.\r
-rem\r
-rem  Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.\r
-rem\r
-rem  This file is part of GNU Emacs.\r
-rem\r
-rem  GNU Emacs is free software; you can redistribute it and/or modify\r
-rem  it under the terms of the GNU General Public License as published by\r
-rem  the Free Software Foundation; either version 2, or (at your option)\r
-rem  any later version.\r
-rem\r
-rem  GNU Emacs is distributed in the hope that it will be useful,\r
-rem  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
-rem  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
-rem  GNU General Public License for more details.\r
-rem\r
-rem  You should have received a copy of the GNU General Public License\r
-rem  along with GNU Emacs; see the file COPYING.  If not, write to\r
-rem  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,\r
-rem  Boston, MA 02110-1301, USA.\r
-rem\r
-rem\r
-rem  Usage:\r
-rem   multi-install-info <switch passed to install-info> FILE1 FILE2 ...\r
-rem\r
-rem  By Peter 'Luna' Runestig <peter@runestig.com> 2003\r
-\r
-set INSTALL_INFO=install-info\r
-set II_SWITCH=%1=%2\r
-rem Eat the install-info switch:\r
-shift\r
-\r
-:Loop\r
-shift\r
-if .%1% == . goto EndLoop\r
-%INSTALL_INFO% %II_SWITCH% %1\r
-goto Loop\r
-:EndLoop\r
-\r
-goto skipArchTag\r
-   arch-tag: 4f590862-8ead-497a-a71c-fb4b0e5d50db\r
-:skipArchTag\r
+@echo off\r
+\r
+rem  Hack to run install-info with multiple info files on the command\r
+rem  line on the Windows platform.\r
+\r
+rem Copyright (C) 2003-2014 Free Software Foundation, Inc.\r
+\r
+rem  This file is part of GNU Emacs.\r
+\r
+rem   GNU Emacs is free software: you can redistribute it and/or modify\r
+rem   it under the terms of the GNU General Public License as published by\r
+rem   the Free Software Foundation, either version 3 of the License, or\r
+rem   (at your option) any later version.\r
+\r
+rem   GNU Emacs is distributed in the hope that it will be useful,\r
+rem   but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+rem   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
+rem   GNU General Public License for more details.\r
+\r
+rem   You should have received a copy of the GNU General Public License\r
+rem   along with GNU Emacs.  If not, see http://www.gnu.org/licenses/.\r
+\r
+\r
+rem  Usage:\r
+rem   multi-install-info <switch passed to install-info> FILE1 FILE2 ...\r
+rem\r
+rem  By Peter 'Luna' Runestig <peter@runestig.com> 2003\r
+\r
+set INSTALL_INFO=install-info\r
+set II_SWITCH=%1=%2\r
+rem Eat the install-info switch:\r
+shift\r
+\r
+:Loop\r
+shift\r
+if .%1% == . goto EndLoop\r
+%INSTALL_INFO% %II_SWITCH% %1\r
+goto Loop\r
+:EndLoop\r
+\r