summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpsrc2zip
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2zip')
-rwxr-xr-xMaster/tlpkg/bin/tlpsrc2zip37
1 files changed, 17 insertions, 20 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2zip b/Master/tlpkg/bin/tlpsrc2zip
index ddd1e879929..b3f562a7f19 100755
--- a/Master/tlpkg/bin/tlpsrc2zip
+++ b/Master/tlpkg/bin/tlpsrc2zip
@@ -1,12 +1,10 @@
#!/usr/bin/env perl
-#
-# tlpsrc2zip
-# create a (or more) zip file(s) for all the tlpsrc arguments
+# $Id$
+# tlpsrc2zip - create zip file(s) for all tlpsrc arguments
# 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;
@@ -62,42 +60,30 @@ __END__
=head1 NAME
-tlpsrc2zip - Create (one or more) zip file(s) from tlpsrc files
+tlpsrc2zip - create zip file(s) from tlpsrc files
=head1 SYNOPSIS
tlpsrc2zip [options] [tlpsrcfiles ...]
- Options:
- -help brief help message
- -man full documentation
- -master=s set Master of TeX Live tree
- -outputdir=s specify the directory where zip files are created
- -debug get debug messages from TL* modules
-
=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 /src/TeX/texlive-svn/Master
=item B<-outputdir>
-
Specifies the location where zip files are created. Defaults to ./zip
=item B<-debug>
-
Give debug messages from the TeX Live modules
=back
@@ -110,6 +96,17 @@ files containing all the files in the package.
Note that a copy of the created TeX Live Package Object file (.tlpobj)
is always included in the zip file in .tlpobj/NAME.tlpobj.
-=cut
+=head1 AUTHORS AND COPYRIGHT
+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: #