diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-17 23:33:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-17 23:33:15 +0000 |
commit | 67b5c5cc602d80e9f157b961a49bfc50bbdbcb0f (patch) | |
tree | 6b188e7aef5b73c2ed66ed772ca0bda23537b22a /Master | |
parent | 1a8ad6c7f8a5e223d1652e4ae272761ae413735c (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')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-4ht | 6 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-bindir | 3 |
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;; |