diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 21:51:20 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-02-10 21:51:20 -0500 |
commit | 999c6945263bfb1a1b1f704b5e37ce93cd26474c (patch) | |
tree | bf6a77f9ef630af7866be739cbaad6cb35b4eb17 /docs | |
parent | d5c24ea2b176a4ca3e7595c59d609f51172277f2 (diff) |
Makefile: set DELETE_ON_ERROR
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile | 2 |
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: |