diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-03 19:18:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-03 19:18:05 +0000 |
commit | 7bbf709741ef5b977ec1bcd88c8e368a6939663f (patch) | |
tree | 75e1c210eee5d394cf8763ef90d551a11db64f4c /Build/source/texk/tetex/Makefile.in | |
parent | 20f85acea2ef177600a91ca346aa58165364a515 (diff) |
update a2ping into scripts, symlink in bins
git-svn-id: svn://tug.org/texlive/trunk@6834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/tetex/Makefile.in')
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 0e157776789..dd05256ad4e 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -14,9 +14,7 @@ SCRIPTS = \ texconfig texconfig-dialog texconfig-sys texdoc texdoctk \ texlinks thumbpdf updmap updmap-sys -LINKEDPERLSCRIPTS = e2pall epstopdf pdfcrop pkfix ps2eps - -PDFSCRIPTS = a2ping +LINKEDPERLSCRIPTS = a2ping e2pall epstopdf pdfcrop pkfix ps2eps CONTEXTSCRIPTS = \ ctxtools exatools luatools makempy mpstools mptopdf mtxtools \ @@ -33,7 +31,7 @@ manpgs = \ ovf2ovp ovp2ovf ps2frag pslatex rubibtex rumakeindex texconfig texdoc \ texdoctk thumbpdf ttf2afm updmap -all: $(SCRIPTS) $(PDFSCRIPTS) +all: $(SCRIPTS) default: all install: install-data install-exec @@ -93,13 +91,6 @@ install-exec: install-linkedscripts for s in $(CONTEXTSCRIPTS); do \ $(INSTALL_SCRIPT) $(srcdir)/context/$$s $(scriptdir)/$$s; \ done - if test -f $(bindir)/pdftex; then \ - for s in $(PDFSCRIPTS); do \ - $(INSTALL_SCRIPT) $(srcdir)/$$s $(scriptdir)/$$s; \ - done; \ - else \ - true; \ - fi cd $(scriptdir) && rm -f allec kpsepath kpsexpand texhash; \ ln -s allcm allec; \ ln -s kpsetool kpsepath; \ |