diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-28 17:12:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-28 17:12:02 +0000 |
commit | b80e6202a69846a9384b2f484d10920a36042439 (patch) | |
tree | 70948de129cd5304139562ee2ede1d58399cf962 /Master/tlpkg | |
parent | e048f5adae0a54e480c3f1ce4766e9f134d86825 (diff) |
splitindex man page, script symlink location
git-svn-id: svn://tug.org/texlive/trunk@12551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 10 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/splitindex.tlpsrc | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index fca73cf1fdb..73c57ef918e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -552,6 +552,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'lithuanian' => '&POSTlithuanian', 'pgf' => '&POSTpgf', 'pst-cox' => '&POSTpstcox', + 'splitindex' => '&POSTsplitindex', 'xecjk' => '&POSTxecjk', 'xecyr' => '&POSTxecyr', 'xetex-pstricks' => '&POSTxetex_pstricks', @@ -3637,6 +3638,15 @@ sub POSTpgf &SYSTEM ("cd $DEST && mkdir tex && mv context generic latex plain tex"); } +# has to be post instead of specialman because we use the tds.zip. +sub POSTsplitindex +{ + print "POST$package - mv man page\n"; + my $mydest = "$TOPDEST/texmf/doc/man/man1/"; + &xmkdir ($mydest); + &SYSTEM ("$MV doc/latex/splitindex/$package.1 $mydest"); +} + sub POSTpstcox { print "POST$package - mv latex .sty, doc Gallery\n"; diff --git a/Master/tlpkg/tlpsrc/splitindex.tlpsrc b/Master/tlpkg/tlpsrc/splitindex.tlpsrc index 933e0630bfc..eaed690c4fc 100644 --- a/Master/tlpkg/tlpsrc/splitindex.tlpsrc +++ b/Master/tlpkg/tlpsrc/splitindex.tlpsrc @@ -1,2 +1,3 @@ name splitindex category Package +docpattern +f texmf/doc/man/man1/splitindex.* |