summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/tlpkg/bin/tl-update-4ht6
-rwxr-xr-xMaster/tlpkg/bin/tl-update-bindir3
2 files changed, 8 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/
diff --git a/Master/tlpkg/bin/tl-update-bindir b/Master/tlpkg/bin/tl-update-bindir
index 017f0b5341e..12910e93414 100755
--- a/Master/tlpkg/bin/tl-update-bindir
+++ b/Master/tlpkg/bin/tl-update-bindir
@@ -112,6 +112,9 @@ for tlname in $tlnames; do
default_bin_loc=/home/manfred/tl2008.bin.tar.lzma;;
i386-linux)
default_bin_loc=/home/texlive/sarge/tmp/source/inst/bin/i686-pc-linux-gnu;;
+ i386-netbsd)
+ default_bin_loc=$download_loc
+ $grab http://salmi.ch/~jukka/TL/TL2009bin_i386-netbsd.tgz;;
i386-openbsd)
default_bin_loc=$download_loc
$grab http://students.dec.bmth.ac.uk/ebarrett/files/tl-bin-20080810.tgz;;