diff options
author | Norbert Preining <preining@logic.at> | 2022-04-18 05:58:07 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2022-04-18 05:58:07 +0000 |
commit | 4cfbfa2afc6e43658dbf01cc9eb3ab34963d87f6 (patch) | |
tree | c8b4a4a9c2725b187c89d72825300176413f7de6 /Master/tlpkg/bin/tl-update-4ht | |
parent | b4e55918f6964c7de8b1e61103c4991a7d59229c (diff) |
Revert "work on win64 support"
This reverts commit daa265a214b9e12e2a9bab636398c2dd699f7cd4.
git-svn-id: svn://tug.org/texlive/trunk@63068 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, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-4ht b/Master/tlpkg/bin/tl-update-4ht index 8436845aa83..ae774316009 100755 --- a/Master/tlpkg/bin/tl-update-4ht +++ b/Master/tlpkg/bin/tl-update-4ht @@ -27,7 +27,6 @@ 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 @@ -67,7 +66,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 $tm/bin/win64 \ +svn status .. $tm/bin/win32 \ $tm/texmf-dist/tex/generic/tex4ht \ $tm/texmf-dist/tex4ht \ $tm/texmf-dist/scripts/tex4ht |