diff options
author | Norbert Preining <preining@logic.at> | 2019-12-10 06:17:16 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2019-12-10 06:17:16 +0000 |
commit | f201f6cfe15e09e8d152c6b4d8f7c7cb1bb0f7c7 (patch) | |
tree | 035bcbef184362709842a6faa0fb2f7be7cad947 /Master/tlpkg/bin/tl-update-4ht | |
parent | 47761d79211f68fab08d6fff4b3d857b85e9dba3 (diff) |
work on win64 support
git-svn-id: svn://tug.org/texlive/trunk@53075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-4ht')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-4ht | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-4ht b/Master/tlpkg/bin/tl-update-4ht index ae774316009..8436845aa83 100755 --- a/Master/tlpkg/bin/tl-update-4ht +++ b/Master/tlpkg/bin/tl-update-4ht @@ -27,6 +27,7 @@ for s in ht htcontext htmex httexi; do # diff -u1 $tm/bin/win32 bin/win32/ | fgrep -v "Only in /home" >/tmp/u; v /tmp/u #tex4ht, t4ht +diff -u1 $tm/bin/win64 bin/win64/ | fgrep -v "Only in /home" >/tmp/u; v /tmp/u #tex4ht, t4ht #\cp -pf bin/win32/* /home/texlive/karl/Master/bin/win32/ # diff -u1 .. src | fgrep -v "Only in .." >/tmp/u; v /tmp/u @@ -66,7 +67,7 @@ comm -13 /tmp/now /tmp/new >/tmp/c; wc -l /tmp/c #(cd $tm/texmf-dist/tex4ht/ && svn add `cat /tmp/c`) # check results: -svn status .. $tm/bin/win32 \ +svn status .. $tm/bin/win32 $tm/bin/win64 \ $tm/texmf-dist/tex/generic/tex4ht \ $tm/texmf-dist/tex4ht \ $tm/texmf-dist/scripts/tex4ht |