diff options
author | Norbert Preining <preining@logic.at> | 2007-07-12 09:38:09 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-07-12 09:38:09 +0000 |
commit | 2559ab32acfcf160257c8a7c85c968e7dd58b589 (patch) | |
tree | 96c6dfb1847833fd69bf0b03305a22f6119e5cc7 /Master/tlpkg/doc | |
parent | fb899d343bd98cff4dfa012ef1e5cb7f851e69f4 (diff) |
the road to new texdoc handling:
- allow tags "details" and "language" for docfiles
- allow catalogue-* keys in a TLPOBJ file
- TLPOBJ.pm: add update_from_catalogue which updates some information
- adapt the tlpsrc2tlpdb script to take another argument -catalogue
in which case the database is build with catalogue information included
git-svn-id: svn://tug.org/texlive/trunk@4568 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/Perl-API.txt | 3 | ||||
-rw-r--r-- | Master/tlpkg/doc/specification.txt | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/doc/Perl-API.txt b/Master/tlpkg/doc/Perl-API.txt index 6859acfa6ea..b3e2eb139b5 100644 --- a/Master/tlpkg/doc/Perl-API.txt +++ b/Master/tlpkg/doc/Perl-API.txt @@ -86,6 +86,9 @@ Input/Output (Compatibility with the scheme used before) + $tlp->update_from_catalogue($texcatalogue); + merges some information from the TeX Catalogue into + the TLPOBJ Utilities: $tlp->recompute_sizes($tltree) diff --git a/Master/tlpkg/doc/specification.txt b/Master/tlpkg/doc/specification.txt index 18c79d83f90..6233c95e084 100644 --- a/Master/tlpkg/doc/specification.txt +++ b/Master/tlpkg/doc/specification.txt @@ -120,6 +120,7 @@ same format as tlpsrc, but the keys are binfiles execute depend + catalogue-* (whatever) ??? what am I missing ??? Interpretation @@ -146,6 +147,10 @@ Interpretation revision maxmimum of all the last_changed_revisions of all contained files + + catalogue-* + can contain arbitrary fields from the TeX Catalogue + 3) tlpdb file ------------ |