various updates
[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                 rest.tex racedt.tex
9         pdflatex $(BASE).tex
10         -bibtex $(BASE)
11         pdflatex $(BASE).tex
12         pdflatex $(BASE).tex
13         test -d /home/gback/public_html && /bin/cp -f $(BASE).pdf /home/gback/public_html