Merge branch 'master'
[makefiles.git] / latex_mk / test / Makefile.template
1 TARGETS := $(subst .tex,.pdf,$(wildcard *.tex))
2
3 all: $(TARGETS)
4
5 include latex.mk
6
7 clean: tex-clean
8         $(RM) *.bak
9
10 distclean: clean tex-distclean