summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2008-12-07 12:32:35 -0500
committerDavid Zeuthen <davidz@redhat.com>2008-12-07 12:32:35 -0500
commit40cca6955840389d0f0d2b16468d45286100b631 (patch)
tree1b875e1ceb04418d6f6add68ef6297fc772de4d1 /docs
parent8cb60d1fb1deb0b63d8900b886f8a3c0e4e2a49b (diff)
fix up gtkdoc cleaning
Diffstat (limited to 'docs')
-rw-r--r--docs/polkit/Makefile.am24
-rw-r--r--docs/polkitbackend/Makefile.am17
2 files changed, 31 insertions, 10 deletions
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am
index 44f7c8c..e74fb5c 100644
--- a/docs/polkit/Makefile.am
+++ b/docs/polkit/Makefile.am
@@ -58,17 +58,23 @@ HTML_IMAGES = \
# Extra options to supply to gtkdoc-fixref
FIXXREF_OPTIONS=
-MAINTAINERCLEANFILES = \
- *~ \
- Makefile.in \
- polkit.types \
- polkit-*.txt \
- $(NULL)
-
if ENABLE_GTK_DOC
include $(top_srcdir)/gtk-doc.make
else
-EXTRA_DIST =
+CLEANFILES =
endif
-EXTRA_DIST += version.xml.in
+CLEANFILES += *~ \
+ polkit-scan.* \
+ polkit.* \
+ *.bak \
+ polkit-decl-list.txt \
+ polkit-decl.txt \
+ polkit-overrides.txt \
+ polkit-undeclared.txt \
+ polkit-undocumented.txt \
+ polkit-sections.txt \
+ *.stamp \
+ -rf html xml \
+ $(NULL)
+
diff --git a/docs/polkitbackend/Makefile.am b/docs/polkitbackend/Makefile.am
index 6ec2bce..98c8cc0 100644
--- a/docs/polkitbackend/Makefile.am
+++ b/docs/polkitbackend/Makefile.am
@@ -69,5 +69,20 @@ MAINTAINERCLEANFILES = \
if ENABLE_GTK_DOC
include $(top_srcdir)/gtk-doc.make
else
-EXTRA_DIST =
+CLEANFILES =
endif
+
+CLEANFILES += *~ \
+ polkitbackend-scan.* \
+ polkitbackend.* \
+ *.bak \
+ polkitbackend-decl-list.txt \
+ polkitbackend-decl.txt \
+ polkitbackend-overrides.txt \
+ polkitbackend-undeclared.txt \
+ polkitbackend-undocumented.txt \
+ polkitbackend-sections.txt \
+ *.stamp \
+ -rf html xml \
+ $(NULL)
+