diff options
author | Stef Walter <stef@thewalter.net> | 2010-12-12 14:19:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2010-12-12 14:19:23 +0000 |
commit | 672928ef3ebb536b5fbff0ded83128512acb05e8 (patch) | |
tree | 09aa0bbd12fe8981e630e66e5d06d5d77dd1d36f | |
parent | db317124acec5d83b93485a0964b1b33ab33bb41 (diff) |
Add local make file support.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -2,3 +2,4 @@ junk *.tmp *.pdf *.html +Makefile.local @@ -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 |