test/graphics_pdf_commentを修正
[makefiles.git] / latex_mk / test / Makefile.template
index f6b3b27..4258832 100644 (file)
@@ -1,10 +1,9 @@
-TARGETS := $(subst .tex,.pdf,$(wildcard *.tex))
+TEXTARGETS := $(subst .tex,.pdf,$(wildcard *.tex))
 
-all: $(TARGETS)
+all: $(TEXTARGETS)
 
 include latex.mk
 
 clean: tex-clean
-       $(RM) *.bak
 
 distclean: clean tex-distclean