テストの追加・整理
[makefiles.git] / latex_mk / test / hyperref / Makefile
1 TEXTARGETS := hyperref.pdf
2
3 .PHONY: all update rebase clean distclean
4
5 all: $(TEXTARGETS)
6
7 update:
8         $(CP) hyperref.tex.6th hyperref.tex
9
10 rebase:
11         $(CP) hyperref.tex.5th hyperref.tex
12
13 include latex.mk
14
15 clean: tex-clean
16
17 distclean: tex-distclean