testディレクトリーにAutotest.mkによるテスト機能を実装
[makefiles.git] / latex_mk / sample / 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