From b19fca96371d65d3bb1069385ede8b66de31aefa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Tue, 19 Jul 2011 12:25:34 +0100 Subject: Use git.mk and remove the manual .gitignore files --- doc/Makefile.am | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'doc/Makefile.am') 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 -- cgit v1.2.1