summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/ruhyphen/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:49:28 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:49:28 +0000
commitd780c57e68c80655669a3b01af46b9978f5698ef (patch)
tree7eb9b6d2291e813296b41ae01eb7872442b78e9d /Master/texmf-dist/source/generic/ruhyphen/Makefile
parent465c3a91c12b03e3e44ed760e4356fa340f830b8 (diff)
trunk/Master/texmf-dist/source/generic
git-svn-id: svn://tug.org/texlive/trunk@115 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/ruhyphen/Makefile')
-rw-r--r--Master/texmf-dist/source/generic/ruhyphen/Makefile10
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 $< > $@