diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-25 11:25:08 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-06-25 11:25:08 +0000 |
commit | f52cc33b4a7d60c6a06d3e46fb47442317a3952d (patch) | |
tree | 427ebd7938a9e99b6d7b039b25a06f3bfe220d62 /Master/tlpkg | |
parent | 270598c396f8db5203e27f23922945663dd114b5 (diff) |
pst-slpe v0.01 2008/06/19
git-svn-id: svn://tug.org/texlive/trunk@9038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 5bf6c940290..859bc95344d 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -2980,7 +2980,7 @@ sub MAKEpst $whichformat='generic'; $whichdocformat='generic'; $specialsourcefmt{$package}='generic'; - $specialsource{$package} = 'NULL'; # no point in splitting off Makefile + $specialsource{$package} = "Makefile|$standardsource"; &setup; &xchdir("$DEST/doc/$whichdocformat/$package"); &buildfilelist; |