diff options
Diffstat (limited to 'Master/tlpkg/bin/tl-update-4ht')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-4ht | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-4ht b/Master/tlpkg/bin/tl-update-4ht index 36d87dd256c..ae774316009 100755 --- a/Master/tlpkg/bin/tl-update-4ht +++ b/Master/tlpkg/bin/tl-update-4ht @@ -20,7 +20,11 @@ tar xzf /home/httpd/html/applications/tex4ht/fix/tex4ht.tar.gz cd tex4ht-* diff -u1 .. bin/unix/ | fgrep -v "Only in .." >/tmp/u; v /tmp/u #\cp -pf bin/unix/* .. -#and update $tm/texmf-dist/scripts/tex4ht, adding extensions. +#update $tm/texmf-dist/scripts/tex4ht, adding extensions: +for s in ht htcontext htmex httexi; do + \cp -pfv bin/unix/$s $tm/texmf-dist/scripts/tex4ht/$s.sh; done +\cp -pfv bin/unix/mk4ht.pl $tm/texmf-dist/scripts/tex4ht/$s.sh; done + # diff -u1 $tm/bin/win32 bin/win32/ | fgrep -v "Only in /home" >/tmp/u; v /tmp/u #tex4ht, t4ht #\cp -pf bin/win32/* /home/texlive/karl/Master/bin/win32/ |