summaryrefslogtreecommitdiff
path: root/language/hyphenation/ruhyphen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'language/hyphenation/ruhyphen/Makefile')
-rw-r--r--language/hyphenation/ruhyphen/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/language/hyphenation/ruhyphen/Makefile b/language/hyphenation/ruhyphen/Makefile
new file mode 100644
index 0000000000..ab1ec67813
--- /dev/null
+++ b/language/hyphenation/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 $< > $@