summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 21:51:20 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-02-10 21:51:20 -0500
commit999c6945263bfb1a1b1f704b5e37ce93cd26474c (patch)
treebf6a77f9ef630af7866be739cbaad6cb35b4eb17
parentd5c24ea2b176a4ca3e7595c59d609f51172277f2 (diff)
Makefile: set DELETE_ON_ERROR
-rw-r--r--docs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index b646976..18c0dc6 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -22,3 +22,5 @@ DesignDocument.pdf.args = --table-of-contents --number-sections -f markdown+defi
clean:
rm -f -- *.pdf *.html
+
+.DELETE_ON_ERROR: