summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eskdx/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/eskdx/test/Makefile')
-rw-r--r--macros/latex/contrib/eskdx/test/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/latex/contrib/eskdx/test/Makefile b/macros/latex/contrib/eskdx/test/Makefile
new file mode 100644
index 0000000000..64580500f0
--- /dev/null
+++ b/macros/latex/contrib/eskdx/test/Makefile
@@ -0,0 +1,15 @@
+# Process this file with GNU make
+TOP_DIR = ..
+
+TESTS = $(wildcard *.tex)
+
+DIST_FILES = \
+ Makefile \
+ $(TESTS)
+
+include $(TOP_DIR)/include.mak
+
+all: $(patsubst %.tex, %.pdf, $(TESTS))
+
+clean:
+ rm -f *.{aux,out,log,toc,pdf}