diff options
-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 |