summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-12-12 14:19:23 +0000
committerStef Walter <stef@thewalter.net>2010-12-12 14:19:23 +0000
commit672928ef3ebb536b5fbff0ded83128512acb05e8 (patch)
tree09aa0bbd12fe8981e630e66e5d06d5d77dd1d36f /Makefile
parentdb317124acec5d83b93485a0964b1b33ab33bb41 (diff)
Add local make file support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdb84f0..d271c43 100644
--- a/Makefile
+++ b/Makefile
@@ -2,3 +2,5 @@ all: html/index.html
html/index.html: docbook-params.xsl trust-assertions.xml Makefile
xmlto -vv html-nochunks trust-assertions.xml
+
+-include Makefile.local