テストに、相互参照に関するものを追加。また、エラーが発生するテストの名前をerrorではじまるよう変更
[makefiles.git] / latex_mk / test / error_no_graphic_file / Makefile
1 .PHONY: all update clean distclean
2
3 TEXTARGETS := graphics.pdf
4
5 all:
6         $(MAKE) -s graphics.pdf && exit 1 || exit 0
7
8 include latex.mk
9
10 clean: tex-clean
11
12 distclean: clean tex-distclean