summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eskdx/source/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-22 23:32:04 +0000
committerKarl Berry <karl@freefriends.org>2006-07-22 23:32:04 +0000
commit8c0d217270186626f5b82a7e018a5e215af4e172 (patch)
tree79fde11e06867d39659e8617b25e484d864ab269 /Master/texmf-dist/doc/latex/eskdx/source/Makefile
parentd41d86cee76a19ef68f05d300f78881d3f81dbd8 (diff)
new package eskdx for Russian documents (2mar06)
git-svn-id: svn://tug.org/texlive/trunk@1895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/eskdx/source/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/eskdx/source/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eskdx/source/Makefile b/Master/texmf-dist/doc/latex/eskdx/source/Makefile
new file mode 100644
index 00000000000..ca4c7656ba7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eskdx/source/Makefile
@@ -0,0 +1,22 @@
+# Process this file with GNU make
+TOP_DIR = ..
+SOURCES = $(notdir $(shell grep ^source $(TOP_DIR)/manifest.txt))
+UNPACKED = $(patsubst %.in, %, $(filter %.in, $(SOURCES)))
+
+DIST_FILES = \
+ Makefile \
+ $(SOURCES)
+
+include $(TOP_DIR)/include.mak
+
+%.def: %.def.in $(M4DEPS)
+ m4 $(M4FLAGS) $< >$@
+%.sty: %.sty.in $(M4DEPS)
+ m4 $(M4FLAGS) $< >$@
+%.cls: %.cls.in $(M4DEPS)
+ m4 $(M4FLAGS) $< >$@
+
+all: $(UNPACKED)
+
+clean:
+ rm -f $(UNPACKED)