summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-17 23:33:15 +0000
committerKarl Berry <karl@freefriends.org>2009-09-17 23:33:15 +0000
commit67b5c5cc602d80e9f157b961a49bfc50bbdbcb0f (patch)
tree6b188e7aef5b73c2ed66ed772ca0bda23537b22a /Master/tlpkg/bin/tl-update-4ht
parent1a8ad6c7f8a5e223d1652e4ae272761ae413735c (diff)
pdftex fix for i386-netbsd, from jukka
git-svn-id: svn://tug.org/texlive/trunk@15344 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-4ht')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-4ht6
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/