diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-17 23:34:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-17 23:34:18 +0000 |
commit | 1c565efd4496b6da9fb0589797f8f922bfdf3cc0 (patch) | |
tree | 684027441f45ba0950bb1c70f35675dcdb167180 /Master | |
parent | b1da667f15d3c036a7d8d7e51d0da12750ed3b92 (diff) |
finish removing chktex, which we never built for anything but Windows
git-svn-id: svn://tug.org/texlive/trunk@13197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-wintools.win32.tlpsrc | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-wintools.tlpsrc | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-wintools.win32.tlpsrc b/Master/tlpkg/tlpsrc/bin-wintools.win32.tlpsrc index 98e49e1b9bd..26779d1cff3 100644 --- a/Master/tlpkg/tlpsrc/bin-wintools.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/bin-wintools.win32.tlpsrc @@ -14,10 +14,6 @@ binpattern f bin/win32/tomac.exe binpattern f bin/win32/tounix.exe binpattern f bin/win32/type1afm.exe binpattern f bin/win32/unzip.exe -# from bin-chktex.win32 -runpattern f texmf/chktex/* -docpattern f texmf/doc/chktex/* -binpattern f bin/win32/chktex.exe # from bin-gzip.win32 docpattern f texmf/doc/gzip/* binpattern f bin/win32/gunzip.exe diff --git a/Master/tlpkg/tlpsrc/collection-wintools.tlpsrc b/Master/tlpkg/tlpsrc/collection-wintools.tlpsrc index ba699fcbe92..fac34ebb69f 100644 --- a/Master/tlpkg/tlpsrc/collection-wintools.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-wintools.tlpsrc @@ -2,6 +2,6 @@ name collection-wintools category Collection shortdesc Windows support programs longdesc Utilities for Windows, since they are not readily available there: -longdesc gzip, chktex, unzip, wget, xpdf. +longdesc chktex, unzip, wget, xpdf, and the dviout previewer. depend bin-wintools.win32 depend bin-dviout.win32 |