latex.mkのテストを追加
[makefiles.git] / latex_mk / test / Makefile.template
1 TEXTARGETS := $(subst .tex,.pdf,$(wildcard *.tex))
2
3 all: $(TEXTARGETS)
4
5 include latex.mk
6
7 clean: tex-clean
8         $(RM) *.bak
9
10 distclean: clean tex-distclean