X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=latex_mk%2Ftest%2Fgraphics_comment%2FMakefile;fp=latex_mk%2Ftest%2Fgraphics_pdf_comment%2FMakefile;h=39abe363c240f474c559cb6e73e6a857e1487e85;hb=08d641b917a9c4391e4f9260c35fc3899e94f046;hp=46e630b8e617bf7c20cff14c3c5f0b337c130551;hpb=fe1d5f3f5e9f1fb910b2210fae5942f1bf0ad730;p=makefiles.git diff --git a/latex_mk/test/graphics_pdf_comment/Makefile b/latex_mk/test/graphics_comment/Makefile similarity index 67% rename from latex_mk/test/graphics_pdf_comment/Makefile rename to latex_mk/test/graphics_comment/Makefile index 46e630b..39abe36 100644 --- a/latex_mk/test/graphics_pdf_comment/Makefile +++ b/latex_mk/test/graphics_comment/Makefile @@ -1,6 +1,6 @@ .PHONY: all update rebase -TEXTARGETS := graphics_pdf.pdf +TEXTARGETS := graphics_comment.pdf CMP := cmp -s CP := cp @@ -8,11 +8,11 @@ CONVERT := convert $(TEXTARGETS): -all: graphics_pdf.pdf +all: $(TEXTARGETS) include latex.mk clean: tex-clean distclean: rebase clean tex-distclean - $(RM) graphics_pdf_*.pdf + $(RM) graphics_*.pdf