diff options
author | Norbert Preining <preining@logic.at> | 2007-05-25 14:22:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-05-25 14:22:53 +0000 |
commit | 1263c3d22087d4650eb795d5ce9e7ca1f240fb24 (patch) | |
tree | 9b88ec47bda78f2d8486a56e0b22fa31a4b9b487 | |
parent | b9faef0a3a8783e434aa8808b87c88c6c07c08e6 (diff) |
API docu fixes
git-svn-id: svn://tug.org/texlive/trunk@4372 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | new-infra/Perl-API.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/new-infra/Perl-API.txt b/new-infra/Perl-API.txt index d69d1868e58..c0009fc728c 100644 --- a/new-infra/Perl-API.txt +++ b/new-infra/Perl-API.txt @@ -69,12 +69,21 @@ Read/Write functions (with argument set, without arg read) $tlp->shortdesc $tlp->longdesc $tlp->catalogue + reads/returns scalar $tlp->srcfiles + $tlp->srcsize $tlp->docfiles + $tlp->docsize $tlp->runfiles + $tlp->runsize + *files reads/returns array of files + *size reads/returns scalar $tlp->binfiles + $tlp->binsize + note that this gives/returns a HASH of architectures!! $tlp->depends $tlp->executes + reads/returns array $tlp->add_srcfiles(@files) adds @files to the list of srcfiles |