summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-06-19 20:23:20 +0000
committerKarl Berry <karl@freefriends.org>2014-06-19 20:23:20 +0000
commita6a9c8cb6c125f8674dc6c2480c60229f3d9e64d (patch)
tree4c671be870e616c6d769f0a675d893d6a512c8b0 /Master/texmf-dist/source/generic/hyphenex/GNUmakefile
parent4946b3d986b882382c32cae009ee1354b028df56 (diff)
hyphenex (19jun14)
git-svn-id: svn://tug.org/texlive/trunk@34317 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/hyphenex/GNUmakefile')
-rw-r--r--Master/texmf-dist/source/generic/hyphenex/GNUmakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/hyphenex/GNUmakefile b/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
index 3068d73e1e9..63a43ad241b 100644
--- a/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
+++ b/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
@@ -18,9 +18,10 @@ sh-ushyphex.tex: hyphenex.sh tb0hyf.tex
sh $< <tb0hyf.tex >$@ || rm -f $@
tb0hyf.pdf: tb0hyf.tex
- pdftex '\nonstopmode\input $<'
+ TEXINPUTS=../plain: pdftex '\nonstopmode\input $<'
+h = hyphenex
dist: all check
rm -f dist.zip
- zip dist.zip README GNUmakefile hyphenex.?? tb0hyf.tex tb0hyf.pdf \
- test.tex ushyphex.tex
+ cd .. && zip $h/dist.zip $h/README $h/GNUmakefile $h/hyphenex.?? \
+ $h/tb0hyf.tex $h/tb0hyf.pdf $h/test.tex $h/ushyphex.tex