dbus/mono/doc Makefile.am,1.5,1.6

Owen Fraser-Green ow3n at freedesktop.org
Tue Nov 2 02:19:23 PST 2004


Update of /cvs/dbus/dbus/mono/doc
In directory gabe:/tmp/cvs-serv2505/mono/doc

Modified Files:
	Makefile.am 
Log Message:
Patch from Johan Fischer to make mono doc install create the doc dir.


Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/mono/doc/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am	29 Oct 2004 19:22:59 -0000	1.5
+++ Makefile.am	2 Nov 2004 10:19:20 -0000	1.6
@@ -3,6 +3,7 @@
 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`



More information about the dbus-commit mailing list