latex.mkのテストを追加
[makefiles.git] / latex_mk / test / Makefile.template
diff --git a/latex_mk/test/Makefile.template b/latex_mk/test/Makefile.template
new file mode 100644 (file)
index 0000000..f6b3b27
--- /dev/null
@@ -0,0 +1,10 @@
+TARGETS := $(subst .tex,.pdf,$(wildcard *.tex))
+
+all: $(TARGETS)
+
+include latex.mk
+
+clean: tex-clean
+       $(RM) *.bak
+
+distclean: clean tex-distclean