X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Ftoc_hyperref%2FMakefile;h=43136fb81c11ca94a0a303a19971799cd5ae5836;hb=f23677e78d4283bccb1d22f0558a75b03cbce4a1;hp=170b54000f6a66dc546ae3357890a37678b03a49;hpb=c9b0d32ca302a70e451abe085bcb80116df7324b;p=makefiles.git diff --git a/latex_mk/test/toc_hyperref/Makefile b/latex_mk/test/toc_hyperref/Makefile index 170b540..43136fb 100644 --- a/latex_mk/test/toc_hyperref/Makefile +++ b/latex_mk/test/toc_hyperref/Makefile @@ -1,20 +1,20 @@ TEXTARGETS := toc_hyperref.pdf -.PHONY: all update rebase clean distclean +.PHONY: all toc-update body-update rebase clean distclean all: $(TEXTARGETS) -update: toc_hyperref.tex +toc-update: $(CP) toc_hyperref.tex.6th toc_hyperref.tex +body-update: + $(CP) toc_hyperref.tex.5th_add toc_hyperref.tex + rebase: $(CP) toc_hyperref.tex.5th toc_hyperref.tex -toc_hyperref.tex: toc_hyperref.tex.5th - $(CP) $< $@ - include latex.mk clean: tex-clean -distclean: tex-distclean +distclean: tex-distclean rebase