summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eskdx/test/Makefile
blob: 64580500f038d6c6557704652b1567b5fe964d17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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}