summaryrefslogtreecommitdiff
path: root/Build/cdbuild/Checktpm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-08 16:57:09 +0000
committerKarl Berry <karl@freefriends.org>2007-10-08 16:57:09 +0000
commitf57244a3af3d7a59bb330ac772ec782b71184f19 (patch)
treee8f569e5133059639124dd92bababbd40c02c02f /Build/cdbuild/Checktpm
parent19a42d9cc5c26f46914f065ba66498541203c092 (diff)
move ctan2tds.pl and place to tlpkg/bin, logs to Build, remove rest
git-svn-id: svn://tug.org/texlive/trunk@5141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild/Checktpm')
-rwxr-xr-xBuild/cdbuild/Checktpm14
1 files changed, 0 insertions, 14 deletions
diff --git a/Build/cdbuild/Checktpm b/Build/cdbuild/Checktpm
deleted file mode 100755
index 6a4e6231be5..00000000000
--- a/Build/cdbuild/Checktpm
+++ /dev/null
@@ -1,14 +0,0 @@
-cd /texlive/Master/texmf-dist/tpm
-for i in *.tpm
-do
- F=`basename $i .tpm`
- X=`kpsewhich -format='TeX system documentation' $F.xml`
- if test -z "$X"; then
- echo PANIC $F
- else
- xt $F.tpm /texlive/Build/cdbuild/tpm2tpm.xsl $$.xml
- p4 edit $F.tpm
- cat $$.xml > $F.tpm
- rm $$.xml
- fi
-done