summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-07-12 00:28:35 +0000
committerKarl Berry <karl@freefriends.org>2007-07-12 00:28:35 +0000
commit4a51722e3f3da73ca6f4c03dd09ae9accfb1353e (patch)
tree408e119d2da3a6b515bed178fb3ab8b05be6515a /Master/tlpkg/bin/tlpsrc2tlpdb
parent51c271aa22153a1e0c6181f70a00ae285cf7b5f9 (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/tlpsrc2tlpdb')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2tlpdb33
1 files changed, 14 insertions, 19 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb
index 3035e7e0158..6989de9be76 100755
--- a/Master/tlpkg/bin/tlpsrc2tlpdb
+++ b/Master/tlpkg/bin/tlpsrc2tlpdb
@@ -1,11 +1,11 @@
#!/usr/bin/env perl
-#
+# $Id$
# tlpsrc2tlpdb
# convert a set of tlpsrc files (given as arguments) into 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 {
$^W = 1;
@@ -59,37 +59,27 @@ __END__
=head1 NAME
-tlpsrc2tlpdb - Converting tlpsrc files into tlpdb file
+tlpsrc2tlpdb - converting tlpsrc files into tlpdb
=head1 SYNOPSIS
-tlpsrc2tlpdb [options] [tlsrcfiles ...]
-
- Options:
- -help brief help message
- -man full documentation
- -master=s set Master of TeX Live tree
- -debug get debug messages from TL* modules
+tlpsrc2tlpdb [OPTION]... [TLPSRC]...
=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<-master>
-
The location given by B<-master> must point to a valid svn repository
of TeX Live Master direcory. Defaults to ../.. of C<$0>.
=item B<-debug>
-
Give debug messages from the TeX Live modules
=back
@@ -101,10 +91,15 @@ TeX Live Package Database (tlpdb).
=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: #