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