2005-01-12 Joe Shaw <joeshaw@novell.com>

* mono/doc/Makefile.am: Need to uninstall the docs on "make
	uninstall"
This commit is contained in:
Joe Shaw 2005-01-12 22:41:29 +00:00
parent ddea52aef6
commit 5d2e90f279
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View 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)