diff options
Diffstat (limited to 'Master/tlpkg/bin/place')
-rwxr-xr-x | Master/tlpkg/bin/place | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/place b/Master/tlpkg/bin/place index b2d1363a464..27d3736650a 100755 --- a/Master/tlpkg/bin/place +++ b/Master/tlpkg/bin/place @@ -1,12 +1,12 @@ #!/usr/bin/env perl # $Id$ -# License: public domain. Originally written by Sebastian Rahtz. +# Public domain. Originally written by Sebastian Rahtz. # # Process a "cooked" tree directory (probably created by ctan2tds in # Build/tmp.cooked), and integrate into the main texmf trees. # # Basic usage: place PKG -# to process ./PKG. +# to process ./PKG. Best invoked from ctan2tl, not directly. BEGIN { chomp ($mydir = `dirname $0`); # we are in Master/tlpkg/bin |