summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-14 00:07:48 +0000
committerKarl Berry <karl@freefriends.org>2008-07-14 00:07:48 +0000
commit23491f58364839c6d0d9bdd02e2682c5799dea5a (patch)
tree69aa89dd331ecd63ef012e21fefb93362898b7c7 /Master
parentcb9b1dbbde937dd311b599e04c1ca6330dfc5b8f (diff)
move generic bblopts.cfg file to doc dir, as it was in TL 2007
git-svn-id: svn://tug.org/texlive/trunk@9537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/arabi/bblopts.cfg (renamed from Master/texmf-dist/tex/latex/arabi/bblopts.cfg)0
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds10
2 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/arabi/bblopts.cfg b/Master/texmf-dist/doc/latex/arabi/bblopts.cfg
index 41053b2fc9e..41053b2fc9e 100644
--- a/Master/texmf-dist/tex/latex/arabi/bblopts.cfg
+++ b/Master/texmf-dist/doc/latex/arabi/bblopts.cfg
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 6688dfd0746..9fbfb512acf 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -2014,16 +2014,16 @@ sub MAKEmnhyphn
sub MAKEarabi {
&xchdir ("$packagedir/arabi/texmf"); # author will remove these next time
#
- print "\t SPECIAL $package: removing microsoft and nonfree\n";
+ print "\t SPECIAL $package - removing microsoft and nonfree\n";
&SYSTEM('find -name microsoft -o -name nonfree | xargs rm -rf');
#
- print "\t SPECIAL $package: rearranging for tds\n";
+ print "\t SPECIAL $package - rearranging for tds\n";
&SYSTEM ("mkdir -p tex; mv latex tex");
- &SYSTEM ("$RM tex/latex/arabi/updmap.cfg")
+ &SYSTEM ("$RM tex/latex/arabi/updmap.cfg");
+ &SYSTEM ("$MV tex/latex/arabi/bblopts.cfg doc/latex/arabi");
&SYSTEM ("rm -rf dvips");
#
- print "\t SPECIAL $package: copying to $DEST\n";
- # do the copy.
+ print "\t SPECIAL $package - copying to $DEST\n";
&SYSTEM ("mkdir -p $DEST");
&SYSTEM ("$CP -r * $DEST/");
}