chiark / gitweb /
merge fixes/clarifications - fix several P to \p
[topbloke-formulae.git] / Makefile
index 06554a21e071aaf9471db79fd1450227f023056c..1713c65b06549eba6d58134590a5ea2055bb4b97 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
 
+SRCS := $(wildcard *.tex)
+
 default: article.pdf
 
-article.pdf: article.tex
-               pdflatex -halt-on-error $< </dev/null
+article.pdf: $(SRCS)
+               pdflatex -halt-on-error article.tex </dev/null
 
 article.ps: article.pdf
                pdftops article.pdf article.ps