Re: [Muine] NEW PRELEASE: Muine 0.8.0pre2



On Tue, Jan 04, 2005 at 04:14:01PM +0100, Jorn Baayen wrote:
> :)
> 
> I just uploaded a new prerelease which exports the C# D-Bus object. If
> you have monodoc installed it'll also install muine plugin/dbus dev
> docs.

So far, 0.8.0pre2 seems to be working fine here. One small problem with
autotools silliness in docs/, for those packagers who end up installing
things into a fakeroot, etc. Patch attached with the fix (against the
tarball, as anon CVS hasn't yet caught up).

looking good!

-pete

-- 
Peter Johanson
<latexer gentoo org>
diff -aur muine-0.8.0pre2-orig/doc/Makefile.am muine-0.8.0pre2/doc/Makefile.am
--- muine-0.8.0pre2-orig/doc/Makefile.am	2005-01-04 08:20:56.000000000 -0500
+++ muine-0.8.0pre2/doc/Makefile.am	2005-01-04 23:53:52.263971000 -0500
@@ -2,9 +2,13 @@
 TARGETS = muine-docs.zip muine-docs.tree muine-docs.source
 
 install-data-local:
-	install -m 644 $(srcdir)/muine-docs.source `monodoc --get-sourcesdir`
-	install -m 644 $(srcdir)/muine-docs.tree `monodoc --get-sourcesdir`
-	install -m 644 $(srcdir)/muine-docs.zip `monodoc --get-sourcesdir`
+	mkdir -p $(DESTDIR)/`monodoc --get-sourcesdir`
+	install -m 644 $(srcdir)/muine-docs.source \
+		$(DESTDIR)/`monodoc --get-sourcesdir`
+	install -m 644 $(srcdir)/muine-docs.tree \
+		$(DESTDIR)/`monodoc --get-sourcesdir`
+	install -m 644 $(srcdir)/muine-docs.zip \
+		$(DESTDIR)/`monodoc --get-sourcesdir`
 else
 TARGETS = 
 endif


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]