diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-15 15:24:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-15 15:24:59 +0000 |
commit | 630c532257a801b610fe8af241d30a7068035f30 (patch) | |
tree | 565c09c527e5b8c43ee402ae44437e266d7b5aae /Master/tlpkg | |
parent | 1d1d45f9b8fba75c6d42975c2c3fd328ddb549a9 (diff) |
marvosym docfmt (and get rid of symlinks, ptaylor 13 Sep 2008 13:00:43)
git-svn-id: svn://tug.org/texlive/trunk@10608 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 4fd98486751..076237c8f41 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -290,6 +290,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'newsletr', "&MAKEnewsletr", 'niceframe', "die 'skipping, nosell license'", 'nohyph', "die 'skipping, nohyph must be done by hand'", + 'notes', "&MAKEnotes", 'ocherokee', "&MAKEflatten", 'ocr-a', "die 'skipping, nosell license'", 'oesch', "die 'skipping, nosell license'", @@ -773,6 +774,7 @@ $standardfmt='latex'; 'lnotes', 'chinese', 'lshort-portuguese', 'portuguese', 'lshort-spanish', 'spanish', + 'marvosym', 'fonts', 'mathabx', 'fonts', 'mathdots', 'generic', 'metatex', 'plain', @@ -2210,6 +2212,14 @@ sub MAKEnewsletr { &SYSTEM ("$RM *.dvi"); } +sub MAKEnotes +{ + &setup; + &xchdir ($DOCDIR); + &SYSTEM ("make eps png pdf"); + &donormal; +} + sub MAKEpbdiagram { &setup; chdir("$DEST/doc/latex/$package"); |