CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 08/02/03 15:18:39
Index: preview-dtxdoc.pl =================================================================== RCS file: /cvsroot/auctex/auctex/doc/preview-dtxdoc.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- preview-dtxdoc.pl 8 Jun 2005 17:04:40 -0000 1.2 +++ preview-dtxdoc.pl 3 Feb 2008 15:18:38 -0000 1.3 @@ -1,7 +1,33 @@ #!/usr/bin/perl + +# Autoconverter from preview.dtx to preview-dtxdoc.texi + +# Author: Jan-Åke Larsson <[EMAIL PROTECTED]> +# Maintainer: [email protected] + +# Copyright (C) 2002, 2005 Free Software Foundation, Inc. + +# This file is part of AUCTeX. + +# AUCTeX 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 3, or (at your option) +# any later version. + +# AUCTeX is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with AUCTeX; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +# MA 02110-1301, USA. + +# Commentary: + # Simpleminded autoconverter from preview.dtx to preview-dtxdoc.texi # run as 'perl preview-dtxdoc.pl ../latex/preview.dtx preview-dtxdoc.texi' -# Author Jan-Åke Larsson <[EMAIL PROTECTED]> die "Usage: perl preview-dtxdoc.pl infile outfile" unless ($#ARGV == 1); open(STDIN, $ARGV[0]) || die "Can't open $ARGV[0] for reading"; _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
