summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/reference/Makefile.am3
-rw-r--r--docs/reference/libs/Makefile.am3
-rw-r--r--docs/reference/plugins/Makefile.am3
4 files changed, 4 insertions, 8 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 58bb2872..1feb33d7 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -6,5 +6,4 @@ endif
DIST_SUBDIRS = reference
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = Makefile.in
+-include $(top_srcdir)/git.mk
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 3eef00ec..28657ac1 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -1,4 +1,3 @@
SUBDIRS = libs plugins
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = Makefile.in
+-include $(top_srcdir)/git.mk
diff --git a/docs/reference/libs/Makefile.am b/docs/reference/libs/Makefile.am
index bda6fe62..036bd7dc 100644
--- a/docs/reference/libs/Makefile.am
+++ b/docs/reference/libs/Makefile.am
@@ -123,5 +123,4 @@ EXTRA_DIST += \
libs-docs.xml.in \
$(NULL)
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = Makefile.in lib-docs.xml
+-include $(top_srcdir)/git.mk
diff --git a/docs/reference/plugins/Makefile.am b/docs/reference/plugins/Makefile.am
index 6b89cade..d3e20404 100644
--- a/docs/reference/plugins/Makefile.am
+++ b/docs/reference/plugins/Makefile.am
@@ -104,5 +104,4 @@ EXTRA_DIST += \
$(DOC_MODULE)-docs.xml.in \
$(NULL)
-# Extra clean files so that maintainer-clean removes *everything*
-MAINTAINERCLEANFILES = Makefile.in $(DOC_MODULE)-docs.xml
+-include $(top_srcdir)/git.mk