[Gtk-sharp-list] Patch for monodoc to compile with current gtk# cvs
Richard Torkar
richard.torkar@htu.se
Tue, 07 Oct 2003 11:39:26 +0200
--=-5zk7HO3zYO300t1620s3
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
We should be referencing gtkhtml-sharp.dll otherwise monodoc will not
build.
Attached//
/Richard
--
"UNIX is basically a simple operating system,
but you have to be a genius to understand the simplicity."
--=-5zk7HO3zYO300t1620s3
Content-Disposition: attachment; filename=monodoc.diff
Content-Type: text/x-patch; name=monodoc.diff; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Index: Makefile.am
===================================================================
RCS file: /mono/monodoc/browser/Makefile.am,v
retrieving revision 1.38
diff -u -p -u -r1.38 Makefile.am
--- Makefile.am 2 Oct 2003 22:59:36 -0000 1.38
+++ Makefile.am 7 Oct 2003 09:24:08 -0000
@@ -11,7 +11,7 @@ monodoc_sources = $(srcdir)/man-provider
assembler_sources = $(srcdir)/assembler.cs
dump_sources = $(srcdir)/dump.cs
browser_sources = $(srcdir)/browser.cs $(srcdir)/list.cs $(srcdir)/elabel.cs $(srcdir)/history.cs
-browser_assemblies = -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll -r:gdk-sharp.dll -r:atk-sharp.dll
+browser_assemblies = -r:gtk-sharp.dll -r:glade-sharp.dll -r:glib-sharp.dll -r:pango-sharp.dll -r:gdk-sharp.dll -r:atk-sharp.dll -r:gtkhtml-sharp.dll
EXTRA_DIST = $(monodoc_sources) $(assembler_sources) $(dump_sources) $(browser_sources) browser.glade monodoc.xml mono-ecma.xsl normalize.cs monodoc.config.in ecmaspec-html.xsl mod.cs
--=-5zk7HO3zYO300t1620s3--