summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
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/Makefile.am
parent75894ebb2e414047e153fbbbfa6d291b76be4f8d (diff)
downloadupower-b19fca96371d65d3bb1069385ede8b66de31aefa.tar.gz
Use git.mk and remove the manual .gitignore files
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 79695b8..9a27a58 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -74,9 +74,17 @@ FIXXREF_OPTIONS=
MAINTAINERCLEANFILES = \
*~ \
Makefile.in \
- upower.types \
- upower-*.txt \
- $(NULL)
+ UPower.types \
+ UPower-*.txt
+
+DISTCLEANFILES = \
+ org.freedesktop.UPower.Device.ref.xml \
+ org.freedesktop.UPower.KbdBacklight.ref.xml \
+ org.freedesktop.UPower.QoS.ref.xml \
+ org.freedesktop.UPower.ref.xml \
+ upowerd.xml \
+ upower.xml \
+ UPower.xml
if ENABLE_GTK_DOC
include $(top_srcdir)/gtk-doc.make
@@ -87,3 +95,4 @@ endif
# Version information for marking the documentation
EXTRA_DIST += version.xml.in
+-include $(top_srcdir)/git.mk