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
9 distclean: clean tex-distclean