From 1e19960b463415b2fb8a096f7ce4f9b2a50410f5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 19 May 2007 16:20:14 +0000 Subject: new russian-oriented package disser (3mar07) git-svn-id: svn://tug.org/texlive/trunk@4317 c570f23f-e606-0410-a88d-b1316a301751 --- Build/cdbuild/ctan2tds.pl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Build/cdbuild') 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"); -- cgit v1.2.3