summaryrefslogtreecommitdiffstats
path: root/mono/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mono/doc/Makefile.am')
-rw-r--r--mono/doc/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/mono/doc/Makefile.am b/mono/doc/Makefile.am
index 88404c12..41a25b41 100644
--- a/mono/doc/Makefile.am
+++ b/mono/doc/Makefile.am
@@ -3,6 +3,7 @@ TARGETS = dbus-sharp-docs.zip dbus-sharp-docs.tree dbus-sharp-docs.source
DOCDIR = `$(MONODOC) --get-sourcesdir`
install-data-local:
+ install -d -m 755 $(DESTDIR)/`monodoc --get-sourcesdir`
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`