goffice r2315 - in trunk: . docs/reference



Author: mortenw
Date: Thu Feb 19 20:39:37 2009
New Revision: 2315
URL: http://svn.gnome.org/viewvc/goffice?rev=2315&view=rev

Log:
2009-02-19  Morten Welinder  <terra gnome org>

	* docs/reference/Makefile.am (IGNORE_HFILES): Ignore gog-equation
	unless with are compiling it.  See bug 572483.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/docs/reference/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Feb 19 20:39:37 2009
@@ -32,6 +32,7 @@
 	* Fix problem with formats like "0.0E-00".  [#563601]
 	* Put the old 29-Feb-1900 problem to rest.
 	* Fix fd://<n> uris after lobognomification.
+	* Fix doc build with respect to the mathml stuff.  [#572483]
 
 Pedro Fragoso:
 	* Clean up glib includes.   [#564021]

Modified: trunk/docs/reference/Makefile.am
==============================================================================
--- trunk/docs/reference/Makefile.am	(original)
+++ trunk/docs/reference/Makefile.am	Thu Feb 19 20:39:37 2009
@@ -58,6 +58,11 @@
 		foo-canvas-marshal.h			\
 		ucp.h
 
+if GOFFICE_WITH_GMATHML
+else
+IGNORE_HFILES += gog-equation.h
+endif
+
 HTML_IMAGES=
 
 content_files = \



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