mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-22 00:00:41 +02:00
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:
parent
ddea52aef6
commit
5d2e90f279
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue