[gtk-doc] make: avoid double recursion when make maintainer-clean.
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] make: avoid double recursion when make maintainer-clean.
- Date: Sat, 25 Feb 2012 17:22:27 +0000 (UTC)
commit 8ac0de1a5298d4f48808d7d7275a20267488bffd
Author: Daiki Ueno <ueno unixuser org>
Date: Fri Feb 24 16:23:31 2012 +0900
make: avoid double recursion when make maintainer-clean.
gtk-doc.make | 2 +-
gtk-doc.notmpl.make | 2 +-
tests/gtk-doc.make | 2 +-
tests/gtk-doc.notmpl.make | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk-doc.make b/gtk-doc.make
index 1f75dfd..ca57b48 100644
--- a/gtk-doc.make
+++ b/gtk-doc.make
@@ -222,7 +222,7 @@ distclean-local:
rm -rf tmpl; \
fi
-maintainer-clean-local: clean
+maintainer-clean-local:
@rm -rf xml html
install-data-local:
diff --git a/gtk-doc.notmpl.make b/gtk-doc.notmpl.make
index 9841de4..7e4b058 100644
--- a/gtk-doc.notmpl.make
+++ b/gtk-doc.notmpl.make
@@ -200,7 +200,7 @@ distclean-local:
rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
fi
-maintainer-clean-local: clean
+maintainer-clean-local:
@rm -rf xml html
install-data-local:
diff --git a/tests/gtk-doc.make b/tests/gtk-doc.make
index 8d4fc36..1e68ad8 100644
--- a/tests/gtk-doc.make
+++ b/tests/gtk-doc.make
@@ -224,7 +224,7 @@ distclean-local:
rm -rf tmpl; \
fi
-maintainer-clean-local: clean
+maintainer-clean-local:
@rm -rf xml html
.PHONY : dist-hook-local docs
diff --git a/tests/gtk-doc.notmpl.make b/tests/gtk-doc.notmpl.make
index 5d15e4d..9d91d3c 100644
--- a/tests/gtk-doc.notmpl.make
+++ b/tests/gtk-doc.notmpl.make
@@ -199,7 +199,7 @@ distclean-local:
rm -f $(SETUP_FILES) $(expand_content_files) $(DOC_MODULE).types; \
fi
-maintainer-clean-local: clean
+maintainer-clean-local:
@rm -rf xml html
.PHONY : dist-hook-local docs
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]