summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eskdx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/eskdx/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/eskdx/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eskdx/Makefile b/Master/texmf-dist/doc/latex/eskdx/Makefile
new file mode 100644
index 00000000000..0784f60cee8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eskdx/Makefile
@@ -0,0 +1,23 @@
+# Process this file with GNU make
+TOP_DIR = .
+SUBDIRS = source unpacked manual test
+
+DIST_FILES = \
+ ChangeLog \
+ include.m4 \
+ include.mak \
+ Makefile \
+ manifest.txt \
+ NEWS \
+ NEWS.in \
+ README \
+ README.in
+
+include $(TOP_DIR)/include.mak
+
+all: NEWS README
+
+NEWS: NEWS.in $(M4DEPS)
+ m4 $(M4FLAGS) $< >$@
+README: README.in $(M4DEPS)
+ m4 $(M4FLAGS) $< >$@