X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Ferror_no_end_seq%2FMakefile;fp=latex_mk%2Ftest%2Ferror_no_end_seq%2FMakefile;h=caaeb825df48cf524f62c8f7b10859acfa7da01f;hb=5cf06a94624e9eb77d35557ece89ad36df1d0e3f;hp=0000000000000000000000000000000000000000;hpb=8d229c72e390d8b66b3ab2916db3362a7685c798;p=makefiles.git diff --git a/latex_mk/test/error_no_end_seq/Makefile b/latex_mk/test/error_no_end_seq/Makefile new file mode 100644 index 0000000..caaeb82 --- /dev/null +++ b/latex_mk/test/error_no_end_seq/Makefile @@ -0,0 +1,15 @@ +TEXTARGETS := simple.pdf + +CMP := cmp -s +SED := sed + +.PHONY: all update rebase clean distclean + +all: + $(MAKE) -s $(TEXTARGETS) && exit 1 || exit 0 + +include latex.mk + +clean: tex-clean + +distclean: tex-distclean