diff options
author | Karl Berry <karl@freefriends.org> | 2006-11-14 19:19:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-11-14 19:19:20 +0000 |
commit | a256351226f00dcb450f65c15d016e34e661f6a4 (patch) | |
tree | f57ff3710a0972baef71be85060dfa05a05de424 /Build/tools/tlrebuild | |
parent | 530ee4334438032b16324599bef6b0bb12bd95a0 (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@2440 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/tools/tlrebuild')
-rwxr-xr-x | Build/tools/tlrebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/tools/tlrebuild b/Build/tools/tlrebuild index fc87b1c68ad..4579db54fe9 100755 --- a/Build/tools/tlrebuild +++ b/Build/tools/tlrebuild @@ -90,7 +90,7 @@ for dir in texmf/tpm texmf-dist/tpm texmf-doc/tpm; do # This will not svn add new tpm's, or svn remove old ones. # Theory is that that should be done when adding/removing packages, # too dangerous to do it here. - svn commit -m'tlrebuild [tpm] autoupdate' + svn commit -m"tlrebuild [tpm] autoupdate of `pwd`" done # lists files used by the Unix installer. @@ -108,7 +108,6 @@ $no_images && exit 0 message "making ISO images" MakeImages.sh --debug --target=/home/ftp/texlive/Images/test - $no_test && exit 0 message "doing test installation" |