makeで現在のTeXファイル、make allで全バージョンのTeXファイルをそれぞれ処理するよう仕様変更
[makefiles.git] / latex_mk / test / graphics_pdf_comment / Makefile
1 .PHONY: all update rebase
2
3 TEXTARGETS := graphics_pdf.pdf
4
5 CMP := cmp -s
6 CP := cp
7 CONVERT := convert
8
9 $(TEXTARGETS):
10
11 all: graphics_pdf.pdf
12
13 include latex.mk
14
15 clean: tex-clean
16
17 distclean: rebase clean tex-distclean
18         $(RM) graphics_pdf_*.pdf