テストに、相互参照に関するものを追加。また、エラーが発生するテストの名前をerrorではじまるよう変更
[makefiles.git] / latex_mk / test / error_no_graphic_file / Makefile
diff --git a/latex_mk/test/error_no_graphic_file/Makefile b/latex_mk/test/error_no_graphic_file/Makefile
new file mode 100644 (file)
index 0000000..f89d4b6
--- /dev/null
@@ -0,0 +1,12 @@
+.PHONY: all update clean distclean
+
+TEXTARGETS := graphics.pdf
+
+all:
+       $(MAKE) -s graphics.pdf && exit 1 || exit 0
+
+include latex.mk
+
+clean: tex-clean
+
+distclean: clean tex-distclean