X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sigcse2009%2FMakefile;h=cb9d73a5b7b6ff50bbe787b6b3c668edbbcf41c8;hb=2e7e4557b7f84a1377d38c1b4db544251bcec317;hp=86b09e2c14d73cc4f10712b8240471696bbfd122;hpb=3aadab63d2d3dfa8ad40c2cbdac84a7d54975878;p=pintos-anon diff --git a/sigcse2009/Makefile b/sigcse2009/Makefile index 86b09e2..cb9d73a 100644 --- a/sigcse2009/Makefile +++ b/sigcse2009/Makefile @@ -4,9 +4,10 @@ # BASE=sigcse2009 -$(BASE).pdf: $(BASE).tex introduction.tex abstract.tex $(BASE).bib principles.tex assignments.tex figures.tex +$(BASE).pdf: $(BASE).tex introduction.tex abstract.tex $(BASE).bib principles.tex assignments.tex figures.tex \ + rest.tex racedt.tex pdflatex $(BASE).tex -bibtex $(BASE) pdflatex $(BASE).tex pdflatex $(BASE).tex - + test -d /home/gback/public_html && /bin/cp -f $(BASE).pdf /home/gback/public_html