]> code.communitydata.science - uw_tex_letterhead.git/blob - Makefile
initial import of UW matrix letterhead template
[uw_tex_letterhead.git] / Makefile
1 #!/usr/bin/make
2
3 all: $(patsubst %.tex,%.pdf,$(wildcard *.tex)) 
4
5 %.pdf: %.tex 
6         latexmk -f -xelatex $<
7
8 clean: 
9         latexmk -C *.tex
10         rm -f *.tmp *.run.xml
11
12 viewpdf: all
13         evince *.pdf
14
15 pdf: all
16
17 .PHONY: clean all
18

Community Data Science Collective || Want to submit a patch?