summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
diff options
context:
space:
mode:
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