diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-12 00:28:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-12 00:28:35 +0000 |
commit | 4a51722e3f3da73ca6f4c03dd09ae9accfb1353e (patch) | |
tree | 408e119d2da3a6b515bed178fb3ab8b05be6515a /Master/tlpkg/bin/tlpdb2list | |
parent | 51c271aa22153a1e0c6181f70a00ae285cf7b5f9 (diff) |
use keywords, unify formatting
git-svn-id: svn://tug.org/texlive/trunk@4564 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpdb2list')
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2list | 37 |
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: # |