From 23491f58364839c6d0d9bdd02e2682c5799dea5a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 14 Jul 2008 00:07:48 +0000 Subject: 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 --- Master/texmf-dist/doc/latex/arabi/bblopts.cfg | 42 +++++++++++++++++++++++++++ Master/texmf-dist/tex/latex/arabi/bblopts.cfg | 42 --------------------------- Master/tlpkg/bin/ctan2tds | 10 +++---- 3 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/arabi/bblopts.cfg delete mode 100644 Master/texmf-dist/tex/latex/arabi/bblopts.cfg diff --git a/Master/texmf-dist/doc/latex/arabi/bblopts.cfg b/Master/texmf-dist/doc/latex/arabi/bblopts.cfg new file mode 100644 index 00000000000..41053b2fc9e --- /dev/null +++ b/Master/texmf-dist/doc/latex/arabi/bblopts.cfg @@ -0,0 +1,42 @@ +% \iffalse meta-comment +% +% Copyright 2006 Youssef Jabri +% +% +% This file is part of the `Arabi' system. +% ------------------------------------------- +% +% It may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3b +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3b or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This file has the LPPL maintenance status "maintained". +% +% +% \fi +% +% Filename: bblopts.cfg +% +% +% +% + + +\ProvidesFile{bblopts.cfg} + [2005/09/08 v0.1 % + add Arabic and Farsi to "declared" options of babel] + + +\DeclareOption{arabic}{% + \input{arabic.ldf} + } + +\DeclareOption{farsi}{% + \input{farsi.ldf} + } + +\endinput \ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/arabi/bblopts.cfg b/Master/texmf-dist/tex/latex/arabi/bblopts.cfg deleted file mode 100644 index 41053b2fc9e..00000000000 --- a/Master/texmf-dist/tex/latex/arabi/bblopts.cfg +++ /dev/null @@ -1,42 +0,0 @@ -% \iffalse meta-comment -% -% Copyright 2006 Youssef Jabri -% -% -% This file is part of the `Arabi' system. -% ------------------------------------------- -% -% It may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3b -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3b or later is part of all distributions of LaTeX -% version 2005/12/01 or later. -% -% This file has the LPPL maintenance status "maintained". -% -% -% \fi -% -% Filename: bblopts.cfg -% -% -% -% - - -\ProvidesFile{bblopts.cfg} - [2005/09/08 v0.1 % - add Arabic and Farsi to "declared" options of babel] - - -\DeclareOption{arabic}{% - \input{arabic.ldf} - } - -\DeclareOption{farsi}{% - \input{farsi.ldf} - } - -\endinput \ No newline at end of file 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/"); } -- cgit v1.2.3