diff options
author | Norbert Preining <preining@logic.at> | 2007-06-22 07:50:20 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-22 07:50:20 +0000 |
commit | 020818c8528be67cdbf2179b8a63590daf2fa1a2 (patch) | |
tree | b217936f2975390ef70f35d6d004d048249c9a7b /Master/tlpkg/doc | |
parent | d6d4a615499ffae77ecbcb40d537ad581e229c7e (diff) |
Add documentation of zip file inclusion of tlpobj file
fix some tlpsrc2tlpobj stuff
git-svn-id: svn://tug.org/texlive/trunk@4489 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/Perl-API.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/Perl-API.txt b/Master/tlpkg/doc/Perl-API.txt index 2f92a6000a9..9d675d33dcb 100644 --- a/Master/tlpkg/doc/Perl-API.txt +++ b/Master/tlpkg/doc/Perl-API.txt @@ -72,6 +72,12 @@ Input/Output the zipfile name is $zipname.$arch.zip + All the arch independent zip files ALSO contain the + respective TLPOBJ file in + .tlpobj/$name.tlpobj + SO $zipname.zip does contain this tlpobj file, while + $zipname.$arch.zip does NOT. + (Compatibility with the scheme used before) |