6f0e48cf7331f5361b75198659bed68df2819f7e
[pintos-anon] / sigcse2009 / Makefile
1 #
2 # Simple makefile.
3 # Uses pdflatex to produce PDF
4 #
5 BASE=sigcse2009
6
7 $(BASE).pdf:    $(BASE).tex introduction.tex abstract.tex $(BASE).bib principles.tex assignments.tex figures.tex
8         pdflatex $(BASE).tex
9         -bibtex $(BASE)
10         pdflatex $(BASE).tex
11         pdflatex $(BASE).tex
12         test -d /home/gback/public_html && /bin/cp -f $(BASE).pdf /home/gback/public_html