8 $(target
).pdf
: $(target
).
tex $(deps
)
10 pdflatex
$(target
).
tex
15 .PHONY
: clean view backup
18 rm -f
$(target
).
{aux
,dvi,log
,out
,toc
,lof
,pdf
} *.
{1,mpx
,mpo
,log
} tmpgraph
* *.tmp mpgraph.mp
*~
21 ifeq ($(UNAME
),Darwin
)
22 open
-a
/Applications
/Preview.app
$(target
).pdf
24 xpdf
$(target
).pdf
$(PAGE
)
28 tar zcvf ..
/$(target
)-backup.
tar.gz .