diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-05 00:32:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-05 00:32:25 +0000 |
commit | 9b4d9fe2a30822e0aa2a2e8c7e21552dc58adec0 (patch) | |
tree | 645ae2b48d74eb006d6c9a8ec8b97d0a1d2e8b79 /Master/texmf-dist/scripts/minitoc/imk | |
parent | fa6c84fd7d86f3f01d6f2f41f5623a93a474fe99 (diff) |
minitoc 53 (23mar07), now from an author-prepared tds.zip
git-svn-id: svn://tug.org/texlive/trunk@4240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/minitoc/imk')
-rwxr-xr-x | Master/texmf-dist/scripts/minitoc/imk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/minitoc/imk b/Master/texmf-dist/scripts/minitoc/imk new file mode 100755 index 00000000000..0ed632d15e8 --- /dev/null +++ b/Master/texmf-dist/scripts/minitoc/imk @@ -0,0 +1,27 @@ +#! /bin/csh +set w=`whoami`.imk +set OLD=/tmp/$w/OLD +if ( -d $OLD ) then +else + mkdir -p $OLD +endif +mv minitoc.sty mtcoff.sty mtcmess.sty minitoc.ist fminitoc.dtx fminitoc.ist minitoc.pre franc.sty frbib.sty frnew.sty $OLD +mv mypatches.sty boldsc.sty $OLD +mv mtcpatchmem.sty $OLD +mv *.mld $OLD +mv *.mlo $OLD +mv *.lan $OLD +mv mtc-add.bib $OLD +foreach i ( \ + mtc-2c mtc-2nd mtc-3co mtc-add mtc-ads mtc-amm mtc-apx mtc-art \ + mtc-bk mtc-bo mtc-ch0 mtc-cri mtc-fko mtc-fo1 mtc-fo2 mtc-gap \ + mtc-hi1 mtc-hi2 mtc-hia mtc-hir mtc-hop mtc-liv \ + mtc-mem mtc-mm1 mtc-mu mtc-sbf mtc-scr mtc-syn \ + mtc-tbi mtc-tlc mtc-tlo mtc-tsf \ +) + foreach j ( tex pdf ) + mv $i.$j $OLD + end +end +latex minitoc.ins +cp minitoc.log minitoc.log1 |