diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-14 00:40:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-14 00:40:04 +0000 |
commit | c78ee64259772594abfc6cbda052f056fc695617 (patch) | |
tree | ded9acbc53a0de5888148c7fce63b87c07698816 /Master/tlpkg/bin/place | |
parent | 0ef6ecbe1b6e0a28fd98fe86e024a36b09a3aee2 (diff) |
doc fixes
git-svn-id: svn://tug.org/texlive/trunk@5180 c570f23f-e606-0410-a88d-b1316a301751
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 |