summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2011-12-21 12:09:52 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2011-12-21 12:15:29 +0000
commit1cae7bf4c60674e37102d14ae31226eb9e7ee906 (patch)
tree0fd9b970899c028861f115abef2b21c52221ba29 /docs
parent4cb92d74adfdb1d4d004f639f9bfb830bf2cc5c0 (diff)
downloadtotem-pl-parser-1cae7bf4c60674e37102d14ae31226eb9e7ee906.tar.gz
build: Add git.mk to auto-generate .gitignore files
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am2
-rw-r--r--docs/reference/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f3ddc22..034926c 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1 +1,3 @@
SUBDIRS = reference
+
+-include $(top_srcdir)/git.mk
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 7ff64e7..6e285ff 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -104,3 +104,5 @@ if ENABLE_GTK_DOC
TESTS_ENVIRONMENT = cd $(builddir) &&
TESTS = $(GTKDOC_CHECK)
endif
+
+-include $(top_srcdir)/git.mk