diff options
author | Karl Berry <karl@freefriends.org> | 2008-06-15 18:59:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-06-15 18:59:18 +0000 |
commit | ab12e6b4146a2745c5f3413337a313bc37227286 (patch) | |
tree | 27b749173d5b847f0d24ac51477d8dde68260f9c /Build/source/texk/tetex/Makefile.in | |
parent | 651304e1a010c81402eaea3e0f961f7eb113f568 (diff) |
install context wrappers; links now, like all others, we will see if that causes problems
git-svn-id: svn://tug.org/texlive/trunk@8758 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/Makefile.in')
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 6c476337ced..f80a8caa6dc 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -15,17 +15,12 @@ SCRIPTS = \ texconfig texconfig-dialog texconfig-sys \ texlinks updmap updmap-sys -CONTEXTSCRIPTS = \ - ctxtools exatools luatools makempy mpstools mptopdf mtxtools \ - pdftools pstopdf rlxtools runtools texfont texmfstart \ - textools texutil tmftools xmltools - contextmanpgs = \ ctxtools makempy mptopdf pstopdf texfind texmfstart \ - fdf2tex pdftools texexec texfont textools texutil + pdftools texexec texfont textools texutil # The man pages for script packages such as thumbpdf and mkjobtexmf are -# copied here by hand; ctan2tl doesn't know how to handle this case, help. +# copied here by hand; ctan2tl doesn't know how to handle this case. Help. manpgs = \ allcm allec allneeded dvi2fax dvired e2pall epstopdf fontinst \ kpsetool kpsewhere mkjobtexmf mkocp mkofm ofm2opl opl2ofm otp2ocp outocp \ @@ -89,9 +84,6 @@ install-exec: for s in $(SCRIPTS); do \ $(INSTALL_SCRIPT) $(srcdir)/$$s $(scriptdir)/$$s; \ done - for s in $(CONTEXTSCRIPTS); do \ - $(INSTALL_SCRIPT) $(srcdir)/context/$$s $(scriptdir)/$$s; \ - done cd $(scriptdir) && rm -f allec kpsepath kpsexpand texhash; \ ln -s allcm allec; \ ln -s kpsetool kpsepath; \ |