2005-01-12 Joe Shaw <joeshaw@novell.com>
authorJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:41:29 +0000 (22:41 +0000)
committerJoe Shaw <joeshaw@novell.com>
Wed, 12 Jan 2005 22:41:29 +0000 (22:41 +0000)
* mono/doc/Makefile.am: Need to uninstall the docs on "make
uninstall"

ChangeLog
mono/doc/Makefile.am

index 7a29ed3..e58d262 100644 (file)
--- 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.
 
index 41a25b4..511bec8 100644 (file)
@@ -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)