diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-11 23:49:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-11 23:49:28 +0000 |
commit | d780c57e68c80655669a3b01af46b9978f5698ef (patch) | |
tree | 7eb9b6d2291e813296b41ae01eb7872442b78e9d /Master/texmf-dist/source/generic/ruhyphen/Makefile | |
parent | 465c3a91c12b03e3e44ed760e4356fa340f830b8 (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/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 $< > $@ |