Re: [evolution-patches] Build environment fix for gal



Hi Philip,

Thanks for the patch. However, the build failure of docs has been resolved by Kjartan recently. Kindly check if it now builds from cvs.

Thanks,
- Kaushal

Philip Van Hoof wrote:

Gal should in fact include gtk-doc.make. Rather than that are the $(HTML_DIR) and $(DOC_MODULE) variables unreadable or empty. Therefor will the "make install" stage fail for gal.

I attached this quickfix. But again, gal should use gtk-doc.make like this:

include $(top_srcdir)/gtk-doc.make


--
Philip Van Hoof, Software Developer @ Cronos
home: me at pvanhoof dot be
gnome: pvanhoof at gnome dot org
work: philip dot vanhoof at cronos dot be
junk: philip dot vanhoof at gmail dot com
http://www.pvanhoof.be/


------------------------------------------------------------------------

Index: docs/Makefile.am
===================================================================
RCS file: /cvs/gnome/gal/docs/Makefile.am,v
retrieving revision 1.8
diff -u -r1.8 Makefile.am
--- docs/Makefile.am	28 May 2005 21:01:38 -0000	1.8
+++ docs/Makefile.am	4 Jun 2005 23:02:07 -0000
@@ -11,9 +11,9 @@
tmpl_sources = -gal_docdir = $(TARGET_DIR)
+galdocdir=$(prefix)/share/gtk-doc/html/gal
-gal_doc_DATA = \
+galdoc_DATA =			\
 	gal-api.sgml		\
 	gal-api.html		\
 	gal.hierarchy		\
@@ -89,4 +89,4 @@
 .PHONY : html sgml templates scan
-EXTRA_DIST = $(gal_doc_DATA)
+EXTRA_DIST = $(galdoc_DATA)


------------------------------------------------------------------------

_______________________________________________
evolution-patches mailing list
evolution-patches lists ximian com
http://lists.ximian.com/mailman/listinfo/evolution-patches



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