[evolution-patches] Build environment fix for gal
- From: Philip Van Hoof <spam pvanhoof be>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] Build environment fix for gal
- Date: Sun, 05 Jun 2005 01:05:06 +0200
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)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]