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/GNUmakefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/hyphenex/GNUmakefile b/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
index a83bb1c812d..3068d73e1e9 100644
--- a/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
+++ b/Master/texmf-dist/source/generic/hyphenex/GNUmakefile
@@ -1,4 +1,9 @@
-# Public domain.
+# Public domain. Originally written by Karl Berry, 2008.
+
+all: tb0hyf.pdf ushyphex.tex
+
+ushyphex.tex: compare
+ cp pl-ushyphex.tex ushyphex.tex # must be identical
check: compare test.tex
tex '\nonstopmode\input test.tex'
@@ -12,9 +17,10 @@ pl-ushyphex.tex: hyphenex.pl tb0hyf.tex
sh-ushyphex.tex: hyphenex.sh tb0hyf.tex
sh $< <tb0hyf.tex >$@ || rm -f $@
-ushyphex.tex: pl-ushyphex.tex
- ln $< $@
+tb0hyf.pdf: tb0hyf.tex
+ pdftex '\nonstopmode\input $<'
-dist: ushyphex.tex
+dist: all check
rm -f dist.zip
- zip dist.zip README GNUmakefile $< hyphenex.?? tb0hyf.tex test.tex
+ zip dist.zip README GNUmakefile hyphenex.?? tb0hyf.tex tb0hyf.pdf \
+ test.tex ushyphex.tex