diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/ruhyphen/Makefile')
-rw-r--r-- | Master/texmf-dist/source/generic/ruhyphen/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/generic/ruhyphen/Makefile b/Master/texmf-dist/source/generic/ruhyphen/Makefile new file mode 100644 index 00000000000..ab1ec67813a --- /dev/null +++ b/Master/texmf-dist/source/generic/ruhyphen/Makefile @@ -0,0 +1,10 @@ +PATTERNS = al as ct dv mg vl zn +CYRYO = $(patsubst %,cyryo%.tex,$(PATTERNS)) + +cyryo: $(CYRYO) + +distclean: + rm -f $(CYRYO) + +cyryo%.tex: ruhyph%.tex + ./mkcyryo $< > $@ |