latex_mkのテストを追加
[makefiles.git] / latex_mk / test / otsuberuto_zo_s / Makefile
diff --git a/latex_mk/test/otsuberuto_zo_s/Makefile b/latex_mk/test/otsuberuto_zo_s/Makefile
new file mode 100644 (file)
index 0000000..1e7aeaa
--- /dev/null
@@ -0,0 +1,9 @@
+TEXTARGETS := otsuberuto_zo.pdf
+
+all: $(TEXTARGETS)
+
+include latex.mk
+
+clean: tex-clean
+
+distclean: clean tex-distclean