summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-13 14:29:22 +0000
committerNorbert Preining <preining@logic.at>2007-11-13 14:29:22 +0000
commit23a351eaa84b921de4260449cc323e42f9641cf8 (patch)
treeb79cb27a6149eac61138b244b03696136ffadf65
parent98f3364ef2780cbc7dff08a88b3d7a387b7e5347 (diff)
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
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds7
1 files changed, 6 insertions, 1 deletions
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");