summaryrefslogtreecommitdiff
path: root/Build/tools
diff options
context:
space:
mode:
Diffstat (limited to 'Build/tools')
-rwxr-xr-xBuild/tools/ctan2tl20
-rwxr-xr-xBuild/tools/tpm-ctan-check4
2 files changed, 15 insertions, 9 deletions
diff --git a/Build/tools/ctan2tl b/Build/tools/ctan2tl
index 05eeaee2212..b5032e76f33 100755
--- a/Build/tools/ctan2tl
+++ b/Build/tools/ctan2tl
@@ -1,13 +1,20 @@
#!/bin/sh
-# $Id: //depot/Master/Tools/ctan2tl#23 $
+# $Id$
# Public domain. Originally written 2005, Karl Berry.
#
-# Takes a ctan directory, pushes it into TL. Just an initial attempt.
-# --no-place to avoid final place invocation (p4 operations).
+# Initial attempt at pushing a ctan directory into TL.
# See ./README for a bit more info.
-
-mydir=`dirname $0` # Master/Tools
-cd $mydir/../../Build/cdbuild/raw || exit 1
+#
+# Basic usage: ctan2tl /path/to/ctan/package
+# --place to include final `place' invocation (repository adds/removes).
+# --no-ctan if already have files in ../cdbuild/raw/PKG.
+#
+# This does not actually commit anything to the repository.
+
+mydir=`dirname $0` # Build/tools
+raw=$mydir/../cdbuild/raw
+test -d $raw || mkdir $raw
+cd $raw || exit 1
if test "x$1" = x--place; then
place=true
@@ -119,6 +126,5 @@ $place || exit 0
printf "\n\f place\n"
rm -rf $pkg.done
../place $pkg
-p4 revert -a
rm -rf ../raw/$pkg
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index 437c389c393..6ecee08e56f 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -1,5 +1,5 @@
#!/usr/local/bin/perl
-# $Author: karl $ $Date: 2005/10/30 $ $Id: //depot/Master/Tools/tpm-ctan-check#158 $
+# $Id$
# Public domain. Originally written 2005, Karl Berry.
# Check if a package in TL has any changes on CTAN. Just the beginnings.
@@ -43,7 +43,7 @@ sub main
"hyphen-norwegian", "hyphen-ukenglish", "hyphen-usorbian",
"ibygrk", "iopart-num",
"koma-script",
- "ledmac", "lfb", "lineno",
+ "labelcase", "ledmac", "lfb", "lineno",
"lshort-bulgarian", "lshort-dutch", "lshort-english",
"lshort-finnish", "lshort-french", "lshort-german",
"lshort-italian", "lshort-japanese", "lshort-korean",