summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-15 21:07:44 +0000
committerKarl Berry <karl@freefriends.org>2006-07-15 21:07:44 +0000
commitaddfc6cb8f4f70fdc76a72cb6338bd0c69c4c4c3 (patch)
tree9df3d1ec788caf8f5a848d259f44cfbafa7ad717 /Build
parent9599b464aebb35b4a1bc3bf70a4cd2740f3765f7 (diff)
new metapost package metauml (21mar06)
git-svn-id: svn://tug.org/texlive/trunk@1851 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl12
-rwxr-xr-xBuild/tools/tpm-ctan-check3
2 files changed, 14 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index 62c306b0214..369bbe7fad7 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -176,6 +176,7 @@ chdir $startdir || die "chdir($startdir) failed: $!";
'mathmode', "&setup",
'mathpazo', "&MAKEmathpazo",
'metaobj', "&MAKEflatten",
+ 'metauml', "&MAKEmetauml",
'mflogo', "&MAKEmflogo",
'mfpic', "&MAKEflatten",
'mh', "&MAKEflatten",
@@ -377,6 +378,7 @@ $standardfoundry='public';
'latexmp', 'metapost',
'leawood', 'fonts',
'lfb', 'fonts',
+ 'latexmp', 'metauml',
'mfpic', 'generic',
'multido', 'generic',
'ofs', 'generic',
@@ -474,6 +476,7 @@ $standardfmt='latex';
'lfb', 'fonts',
'lshort-portuguese', 'portuguese',
'metatex', 'plain',
+ 'metauml', 'metapost',
'mfpic', 'generic',
'mpattern', 'metapost',
'ofs', 'generic',
@@ -1499,6 +1502,15 @@ sub MAKEbbm {
&donormal;
}
+sub MAKEmetauml {
+ &setup;
+ &xchdir ("$DEST/doc/$whichdocformat/$package");
+ &SYSTEM ("$MV doc/* examples/* inputs/* .");
+ &SYSTEM ("rmdir doc examples inputs");
+ &buildfilelist;
+ &donormal;
+}
+
sub MAKEmflogo{
&setup;
chdir("$DEST");
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index 0a4c5698a7b..55913d8ad48 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -66,7 +66,8 @@ sub main
"ltabptch", "ltxmisc",
#"malayalam", # missing C sources on CTAN, wrote author 5jun05.
#"mathspic", # inside pictex, later
- "makecell", "makeplot", "mathmode", "mcaption", "memoir", "mfpic",
+ "makecell", "makeplot", "mathmode", "mcaption",
+ "memoir", "metauml", "mfpic",
"mhchem", "minitoc", "microtype", "minitoc", "mla-paper",
"moderncv", "movie15", "muthesis",
#"mpattern", # not up-to-date on CTAN, wrote author 28may05.