testディレクトリーをsampleに変更
[makefiles.git] / latex_mk / sample / Makefile.template
diff --git a/latex_mk/sample/Makefile.template b/latex_mk/sample/Makefile.template
new file mode 100644 (file)
index 0000000..4258832
--- /dev/null
@@ -0,0 +1,9 @@
+TEXTARGETS := $(subst .tex,.pdf,$(wildcard *.tex))
+
+all: $(TEXTARGETS)
+
+include latex.mk
+
+clean: tex-clean
+
+distclean: clean tex-distclean