summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpdb2list
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpdb2list')
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2list37
1 files changed, 15 insertions, 22 deletions
diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list
index 5bd49097f98..c34b6dbf759 100755
--- a/Master/tlpkg/bin/tlpdb2list
+++ b/Master/tlpkg/bin/tlpdb2list
@@ -1,12 +1,10 @@
#!/usr/bin/env perl -w
-#
-# tlpdb2list
-# create list file from tlpdb
+# $Id$
+# tlpdb2list - create list file from tlpdb
# Copyright 2007 Norbert Preining
#
-# This file is licensed under the GNU General Public Licence version 2
-# or any later version
-#
+# This file is licensed under the GNU General Public License version 2
+# or any later version.
BEGIN {
($mydir = $0) =~ s,/[^/]*$,,;
@@ -51,36 +49,26 @@ __END__
=head1 NAME
-tlpdb2list - Generates list files from a TeX Live Package Database
+tlpdb2list - generates list files from a TeX Live Package Database
=head1 SYNOPSIS
-tlpdb2list [options] texlive.tlpdb
-
- Options:
- -help brief help message
- -man full documentation
- -outputdir=s specify the directory where list files are created
- -debug get debug messages from TL* modules
+tlpdb2list [OPTION]... texlive.tlpdb
=head1 OPTIONS
=over 8
=item B<-help>
-
Print a brief help message and exits.
=item B<-man>
-
Prints the manual page and exits.
=item B<-outputdir>
-
Specifies the location where list files are created. Defaults to ./new-list
=item B<-debug>
-
Give debug messages from the TeX Live modules
=back
@@ -92,10 +80,15 @@ TeX Live Package Database.
=head1 AUTHORS AND COPYRIGHT
-This script and its documentation was written by
-Norbert Preining <F<preining@logic.at>> for the TeX Live distribution and both
-are licensed under the GNU General Public License Version 2 or later.
+This script and its documentation were written for the TeX Live
+distribution (L<http://tug.org/texlive>) and both are licensed under the
+GNU General Public License Version 2 or later.
=cut
-
+### Local Variables:
+### perl-indent-level: 2
+### tab-width: 2
+### indent-tabs-mode: nil
+### End:
+# vim:set tabstop=2: #