summaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-07-19 12:25:34 +0100
committerRichard Hughes <richard@hughsie.com>2011-07-19 12:40:21 +0100
commitb19fca96371d65d3bb1069385ede8b66de31aefa (patch)
treea54997e2482ded94a1466a95d6737ba8acb46165 /doc/man
parent75894ebb2e414047e153fbbbfa6d291b76be4f8d (diff)
downloadupower-b19fca96371d65d3bb1069385ede8b66de31aefa.tar.gz
Use git.mk and remove the manual .gitignore files
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
index 6a7489f..cb3dedc 100644
--- a/doc/man/Makefile.am
+++ b/doc/man/Makefile.am
@@ -8,6 +8,8 @@ man_MANS = \
%.1 %.7 %.8 : %.xml
$(XSLTPROC) -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
+MAINTAINERCLEANFILES = $(man_MANS)
+
endif # MAN_PAGES_ENABLED
EXTRA_DIST= \
@@ -17,3 +19,5 @@ EXTRA_DIST= \
clean-local:
rm -f *~ *.[178]
+
+-include $(top_srcdir)/git.mk