summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2010-12-12 14:19:23 +0000
committerStef Walter <stefw@collabora.co.uk>2013-01-02 09:04:08 +0100
commiteb8968574777979d53c8b9a8b2f021cb054e0b4d (patch)
tree18dc2fa93963320bd5670a963d943f2ed2884f9b
parentce7c4e02405be79e01e9c9c08ec59cf9f028588d (diff)
Add local make file support.
-rw-r--r--specs/.gitignore1
-rw-r--r--specs/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/specs/.gitignore b/specs/.gitignore
index d23a1d3..67bc862 100644
--- a/specs/.gitignore
+++ b/specs/.gitignore
@@ -2,3 +2,4 @@ junk
*.tmp
*.pdf
*.html
+Makefile.local
diff --git a/specs/Makefile b/specs/Makefile
index fdb84f0..d271c43 100644
--- a/specs/Makefile
+++ b/specs/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