From 23a351eaa84b921de4260449cc323e42f9641cf8 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 13 Nov 2007 14:29:22 +0000 Subject: add a POSTchessfss function and remove the no source document in the post function git-svn-id: svn://tug.org/texlive/trunk@5418 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 140ab5823de..03d47a6c2a2 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -87,7 +87,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'changebar', "&MAKEchangebar", 'chemsym', "die 'skipping, nonfree'", 'chessboard', "die 'skipping, no doc source'", - 'chessfss', "die 'skipping, no doc source'", 'circuit_macros', "die 'skipping, needs m4'", 'cjhebrew', "&MAKEflatten", 'clock', "&MAKEflatten", @@ -353,6 +352,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw %specialpostnormal = ( 'fpl' => '&POSTfpl', 'interactiveworkbook' => '&POSTinteractiveworkbook', + 'chessfss' => '&POSTchessfss', ); @@ -3071,6 +3071,11 @@ sub MAKElistings { &donormal; } +sub POSTchessfss { + # no documentation source for chessfonts_gallery.pdf + &SYSTEM("rm $DEST/doc/$whichdocformat/$package/chessfonts_gallery.pdf"); +} + sub POSTfpl { &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); -- cgit v1.2.3