X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=texi%2Fxml2texi.sh;h=7fecb4387642a572ce20c91bb53c58852e5242be;hb=9b139a13c0650a18872ebd64849560a97554afa8;hp=e40e77076d9d3740225d61a363cd17e8d36e2e65;hpb=5add7111f986a9fb399b27ef7eff350eb7ce420a;p=gnus diff --git a/texi/xml2texi.sh b/texi/xml2texi.sh index e40e77076..7fecb4387 100755 --- a/texi/xml2texi.sh +++ b/texi/xml2texi.sh @@ -11,7 +11,7 @@ exec mzscheme -mr $0 ${1+"$@"} ;; ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; ;; GNU Emacs is distributed in the hope that it will be useful, @@ -21,11 +21,24 @@ exec mzscheme -mr $0 ${1+"$@"} ;; ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: +;; +;; Requirements: +;; +;; To run this scheme program you need MzScheme and DrScheme. +;; +;; Some URLs: +;; http://www.plt-scheme.org/software/mzscheme/ +;; http://www.drscheme.org/ +;; http://www.plt-scheme.org/software/ ;; +;; ,----[ http://www.plt-scheme.org/license/ ] +;; | PLT software is distributed under the +;; | GNU Lesser General Public License (LGPL). +;; `---- ;;; Code: @@ -42,7 +55,7 @@ exec mzscheme -mr $0 ${1+"$@"} (set! +in+ in)) (("-o" "--output") out "Name of output file (default gnus-faq.texi)" (set! +out+ out)) - (("-l" "--library") lib "Name of Scheme library to load (default faqxml2texi.scm)" + (("-l" "--library") lib "Name of Scheme library to load (default xml2texi.scm)" (set! +scmfile+ lib))) (help-labels "The first (or only) remaining argument is used as the name of the Input file" "The second argument is used as the name of the Output file")