summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2tlpdb
diff options
context:
space:
mode:
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: #