diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-22 23:22:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-22 23:22:28 +0000 |
commit | 80cd951bb93b29e4ea19884bdc246f41a5edf9c9 (patch) | |
tree | 29262bb2540a30b1cc0e1626654ff1d120cda135 | |
parent | 0ad138b840b7049a213120b7babd14ada6b358a6 (diff) |
remove hppa-hpux wget and special-case patterns
git-svn-id: svn://tug.org/texlive/trunk@13388 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/installer/wget/wget.hppa-hpux | bin | 399018 -> 0 bytes | |||
-rw-r--r-- | Master/tlpkg/tlpsrc/latex.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 8 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 10 |
4 files changed, 11 insertions, 11 deletions
diff --git a/Master/tlpkg/installer/wget/wget.hppa-hpux b/Master/tlpkg/installer/wget/wget.hppa-hpux Binary files differdeleted file mode 100755 index 59c0f5c6e75..00000000000 --- a/Master/tlpkg/installer/wget/wget.hppa-hpux +++ /dev/null diff --git a/Master/tlpkg/tlpsrc/latex.tlpsrc b/Master/tlpkg/tlpsrc/latex.tlpsrc index 1141c8c8fc4..1a269d7c1af 100644 --- a/Master/tlpkg/tlpsrc/latex.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex.tlpsrc @@ -16,6 +16,6 @@ docpattern d texmf-dist/doc/latex/base docpattern f texmf/doc/man/man1/latex.* docpattern f texmf/doc/man/man1/pdflatex.* binpattern f bin/${ARCH}/latex -binpattern f/!hppa-hpux bin/${ARCH}/lualatex +binpattern f bin/${ARCH}/lualatex binpattern f bin/${ARCH}/pdflatex -binpattern f/!hppa-hpux bin/${ARCH}/pdflualatex +binpattern f bin/${ARCH}/pdflualatex diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index 3718a820668..6da9e25116c 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -11,7 +11,7 @@ docpattern d texmf-dist/doc/luatex docpattern f texmf/doc/man/man1/luatex.* docpattern f texmf/doc/man/man1/texlua* runpattern f texmf/tex/generic/config/luatexiniconfig.tex -binpattern f/!hppa-hpux bin/${ARCH}/luatex -binpattern f/!hppa-hpux bin/${ARCH}/pdfluatex -binpattern f/!hppa-hpux bin/${ARCH}/texlua -binpattern f/!hppa-hpux bin/${ARCH}/texluac +binpattern f bin/${ARCH}/luatex +binpattern f bin/${ARCH}/pdfluatex +binpattern f bin/${ARCH}/texlua +binpattern f bin/${ARCH}/texluac diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index 691920f4023..f41f7762253 100644 --- a/Master/tlpkg/tlpsrc/xindy.tlpsrc +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -3,11 +3,11 @@ category TLCore runpattern d texmf/xindy runpattern d texmf/scripts/xindy # -binpattern f/!hppa-hpux,mips-irix bin/${ARCH}/texindy -binpattern f/!hppa-hpux,mips-irix bin/${ARCH}/tex2xindy -binpattern f/!hppa-hpux,mips-irix bin/${ARCH}/xindy -binpattern f/!hppa-hpux,mips-irix bin/${ARCH}/xindy.run -binpattern f/!hppa-hpux,mips-irix,universal-darwin bin/${ARCH}/xindy.mem +binpattern f/!mips-irix bin/${ARCH}/texindy +binpattern f/!mips-irix bin/${ARCH}/tex2xindy +binpattern f/!mips-irix bin/${ARCH}/xindy +binpattern f/!mips-irix bin/${ARCH}/xindy.run +binpattern f/!mips-irix,universal-darwin bin/${ARCH}/xindy.mem binpattern f/universal-darwin bin/universal-darwin/xindy-i386.mem binpattern f/universal-darwin bin/universal-darwin/xindy-ppc.mem binpattern f bin/win32/xindy-lisp.exe |