summaryrefslogtreecommitdiff
path: root/Build/cdbuild
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-19 16:20:14 +0000
committerKarl Berry <karl@freefriends.org>2007-05-19 16:20:14 +0000
commit1e19960b463415b2fb8a096f7ce4f9b2a50410f5 (patch)
tree434820857adb1d7bb63edcb5c441d7ca8e7f33cc /Build/cdbuild
parent9c9ebf7d3184800d2abdff96d70099836b153548 (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/cdbuild')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl14
1 files changed, 14 insertions, 0 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");