summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-01-12 22:41:29 +0000
committerJoe Shaw <joeshaw@novell.com>2005-01-12 22:41:29 +0000
commit5d2e90f27921a5b9b11620759cbb8a0ba0a4e45a (patch)
tree35d6cf11be97547ee8cae80e90659efcb235c5db
parentddea52aef646c8c67ee53ded47a8023caee1e75f (diff)
downloaddbus-5d2e90f27921a5b9b11620759cbb8a0ba0a4e45a.tar.gz
2005-01-12 Joe Shaw <joeshaw@novell.com>
* mono/doc/Makefile.am: Need to uninstall the docs on "make uninstall"
-rw-r--r--ChangeLog3
-rw-r--r--mono/doc/Makefile.am5
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a29ed33..e58d262a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2005-01-12 Joe Shaw <joeshaw@novell.com>
+ * mono/doc/Makefile.am: Need to uninstall the docs on "make
+ uninstall"
+
* mono/Makefile.am, mono/example/Makefile.am: Always build the
dbus DLL with --debug.
diff --git a/mono/doc/Makefile.am b/mono/doc/Makefile.am
index 41a25b41..511bec8c 100644
--- a/mono/doc/Makefile.am
+++ b/mono/doc/Makefile.am
@@ -7,6 +7,11 @@ install-data-local:
install -m 644 $(srcdir)/dbus-sharp-docs.source $(DESTDIR)/`monodoc --get-sourcesdir`
install -m 644 $(srcdir)/dbus-sharp-docs.tree $(DESTDIR)/`monodoc --get-sourcesdir`
install -m 644 $(srcdir)/dbus-sharp-docs.zip $(DESTDIR)/`monodoc --get-sourcesdir`
+
+uninstall-local:
+ rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.source
+ rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.tree
+ rm -f $(DESTDIR)/`monodoc --get-sourcesdir`/dbus-sharp-docs.zip
else
TARGETS =
DOCDIR = $(datadir)