diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-19 16:20:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-19 16:20:14 +0000 |
commit | 1e19960b463415b2fb8a096f7ce4f9b2a50410f5 (patch) | |
tree | 434820857adb1d7bb63edcb5c441d7ca8e7f33cc /Build | |
parent | 9c9ebf7d3184800d2abdff96d70099836b153548 (diff) |
new russian-oriented package disser (3mar07)
git-svn-id: svn://tug.org/texlive/trunk@4317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 14 | ||||
-rwxr-xr-x | Build/tools/tpm-ctan-check | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 4b63e96a924..2c09ff34756 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -124,6 +124,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'devanagr', "&MAKEdevanagr", 'diagnose', "&MAKEflatten", 'dictsym', "&MAKEunzipandflatten", + 'disser', "&MAKEdisser", 'dmfonts', "print \"skipping dmfonts, needs work\"", 'dps', "print \"skipping dps, requires acrotex\"", 'dtk', "&MAKEflatten", @@ -680,6 +681,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'custom-bib', '\.mbs|\.tex', 'cyrillic', '\.tex|\.sty|\.fd$|\.def', 'dialogl', '\.sty|listouti\.tex', + 'disser', "\.rtx|$standardtex", 'dlfltxb', '\.sty', # no sample.cfg 'dvdcoll', "\.dcl|$standardtex", 'ean', 'ean[0-9]*\.tex', @@ -2068,6 +2070,18 @@ sub MAKEdevanagr { print "\t YOU-MUST-DO update /tmp/devnag.c and devnag.exe into Build\n"; } +# We don't want to flatten the templates, only the source. +# +sub MAKEdisser +{ + &setup; + &xchdir ("$DEST/doc/$whichdocformat/$package"); + print "\t SPECIAL $package\n"; + &SYSTEM ("$MV -f src/* ."); + &buildfilelist; + &donormal; +} + sub MAKEeasy { &setup; chdir("$DEST/doc/$whichdocformat/$package"); diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check index 1fb18dcec41..d4e99e3d011 100755 --- a/Build/tools/tpm-ctan-check +++ b/Build/tools/tpm-ctan-check @@ -31,7 +31,7 @@ my @WorkingTPM = qw( currvita curve curve2e curves custom-bib cyrillic dancers dashbox dateiliste datetime dcpic decimal digiconfigs - dinat dingbat directory dk-bib dlfltxb doi doipubmed dottex + dinat dingbat directory disser dk-bib dlfltxb doi doipubmed dottex doublestroke dpfloat draftwatermark dramatist dtxtut dvdcoll dvipsconfig dyntree ebong ebsthesis eCards economic ecv ednotes eemeir egameps |