diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-21 13:58:54 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-21 13:58:54 +0000 |
commit | 4683bcefcc8e380dda5f46ff09833a4b9b7f7804 (patch) | |
tree | 114f6e4f828c88b59884c61813315b67314dfc54 /Master/tlpkg/bin/ctan2tds | |
parent | baafafa261f8d350aaed51a28fb3c8627aa78237 (diff) |
FAQ-en v3.18
git-svn-id: svn://tug.org/texlive/trunk@8900 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 6f9c11ca014..cb9b54842de 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1219,7 +1219,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' # that the files were removed. These are checked after runins. %moreclean = ( 'AkkTeX' => 'still to do, sorry', - 'FAQ-en' => '.*\.pdf', + 'FAQ-en' => 'letterfaq\.pdf', 'bbcard' => 'bbcard.tpm', 'chessboard' => 'chessboard.pdf', 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', @@ -1766,6 +1766,7 @@ EOF } close RTL; } + &buildfilelist(); } # rebuild list of input files, e.g., after flattening |