summaryrefslogtreecommitdiff
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
parentdb317124acec5d83b93485a0964b1b33ab33bb41 (diff)
Add local make file support.
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d23a1d3..67bc862 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ junk
*.tmp
*.pdf
*.html
+Makefile.local
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