testディレクトリーにAutotest.mkによるテスト機能を実装
[makefiles.git] / latex_mk / test / error_no_graphic_file / Makefile
index f89d4b6..b6dac59 100644 (file)
@@ -1,12 +1,2 @@
-.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
+include ../Define.mk
+include ../Test.mk