X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Ftoc_hyperref%2FMakefile;fp=latex_mk%2Ftest%2Ftoc_hyperref%2FMakefile;h=0000000000000000000000000000000000000000;hb=4d4107891f77537d014ca4168ec391b458627c74;hp=4b63a538aba03990bdead8402fc544ef84e1ea26;hpb=523d69c6653033c2b1fadc25c8c81c6264446c16;p=makefiles.git diff --git a/latex_mk/test/toc_hyperref/Makefile b/latex_mk/test/toc_hyperref/Makefile deleted file mode 100644 index 4b63a53..0000000 --- a/latex_mk/test/toc_hyperref/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -TEXTARGETS := toc_hyperref.pdf - -CMP := cmp -s -DIFF := diff -PATCH := patch - -.PHONY: all update rebase clean distclean - -$(TEXTARGETS): - -all: - @$(MAKE) -s toc_hyperref_1.pdf - @$(ECHO) '--------------------' - @$(MAKE) -s toc_hyperref_2.pdf - -toc_hyperref_1.pdf: rebase - @$(ECHO) '---------- $@: $^ ----------' - @$(MAKE) -s toc_hyperref.pdf - @$(CP) -v toc_hyperref.pdf $@ - -toc_hyperref_2.pdf: update - @$(ECHO) '---------- $@: $^ ----------' - @$(MAKE) -s toc_hyperref.pdf - @$(CP) -v toc_hyperref.pdf $@ - -update: toc_hyperref.tex.6th.patch - @$(PATCH) <$< - -toc_hyperref.tex.6th.patch: - @$(MAKE) -s rebase - @$(DIFF) -u toc_hyperref.tex toc_hyperref.tex.6th >$@ || exit 0 - -rebase: - $(CMP) toc_hyperref.tex.5th toc_hyperref.tex || $(CP) -v toc_hyperref.tex.5th toc_hyperref.tex - -include latex.mk - -clean: tex-clean - -distclean: rebase tex-distclean - $(RM) *.patch - $(RM) toc_hyperref_*.pdf