diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-21 22:20:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-21 22:20:10 +0000 |
commit | 66351081be858f6a874f17c3fa746a8f2c613cdf (patch) | |
tree | 629e5d1a8f8d1b6c19148309f426051920aa5295 /Master/tlpkg | |
parent | 25ba460f71a0b0e6fcb53990a9a743fa8c12cf79 (diff) |
pstricks (21aug13)
git-svn-id: svn://tug.org/texlive/trunk@31493 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/pstricks.tlpsrc | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 92db576c761..b982f0c29f6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -4082,11 +4082,12 @@ sub MAKEpstricks { # my $docdir = "$DEST/doc/generic/pstricks"; &SYSTEM ("$MV doc $docdir"); + &SYSTEM ("$MV README $docdir"); # # move multiple Changes files out of runtime. - &runjob("$MV generic/Changes $docdir/Changes.generic"); - &runjob("$MV latex/Changes $docdir/Changes.latex"); - &runjob("$MV dvips/Changes $docdir/Changes.dvips"); + &SYSTEM("$MV generic/Changes $docdir/Changes.generic"); + &SYSTEM("$MV latex/Changes $docdir/Changes.latex"); + &SYSTEM("$MV dvips/Changes $docdir/Changes.dvips"); # &xmkdir ("$DEST/dvips"); &SYSTEM ("$MV dvips $DEST/dvips/pstricks"); diff --git a/Master/tlpkg/tlpsrc/pstricks.tlpsrc b/Master/tlpkg/tlpsrc/pstricks.tlpsrc index e69de29bb2d..4fa623ac0bc 100644 --- a/Master/tlpkg/tlpsrc/pstricks.tlpsrc +++ b/Master/tlpkg/tlpsrc/pstricks.tlpsrc @@ -0,0 +1 @@ +catalogue pstricks-base |