aboutsummaryrefslogtreecommitdiff
path: root/rich/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'rich/Makefile')
-rw-r--r--rich/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/rich/Makefile b/rich/Makefile
new file mode 100644
index 0000000..bc60efe
--- /dev/null
+++ b/rich/Makefile
@@ -0,0 +1,10 @@
+.POSIX:
+
+emergency_powers.pdf: emergency_powers.tex emergency_powers.bib
+ pdflatex emergency_powers.tex
+ bibtex8 emergency_powers
+ pdflatex emergency_powers.tex
+ pdflatex emergency_powers.tex
+
+clean:
+ rm -f emergency_powers{-blx.bib,.{aux,bbl,bcf,blg,log,out,pdf,run.xml}}