diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-07 22:55:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-07 22:55:02 +0000 |
commit | 7a201df902af46299e1be728b291fda8ccc3cdd9 (patch) | |
tree | 4f7c336627212670db4f5ebd6bc2c3855b2f06f4 /Master/tlpkg/doc | |
parent | 11c6e5fc65f26ba5219997d19707b998a9abf26d (diff) |
TLPSRC.pm (from_file),
TeXCatalogue.pm (beautify): collapse multiple whitespace.
(Still on the quest for identical longdesc results from our various
sources.)
git-svn-id: svn://tug.org/texlive/trunk@54167 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/doc')
-rw-r--r-- | Master/tlpkg/doc/releng.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/doc/releng.txt b/Master/tlpkg/doc/releng.txt index 4c75377be80..14f60e6b2b6 100644 --- a/Master/tlpkg/doc/releng.txt +++ b/Master/tlpkg/doc/releng.txt @@ -164,7 +164,7 @@ B. Specifics for tlperl update: unzip -q newperl.zip # replace All files comm -13 /tmp/now /tmp/new >/tmp/c2 comm -23 /tmp/now /tmp/new >/tmp/c1 - wc -l /tmp/c1 /tmp/c2 # should not be everything + wc -l /tmp/c1 /tmp/c2 # should be about 100-200, not 1500+ svn rm `cat /tmp/c1` svn add --parents --no-auto-props `cat /tmp/c2` svn status | fgrep \? # shouldn't be any besides newperl.zip |