From: Tim-Philipp Müller Date: Sat, 26 Jun 2010 11:46:26 +0000 (+0100) Subject: docs: fix version.entities include problems X-Git-Tag: orc-0.4.7~120 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a492e957edb1f7255b99a7c9e7fba511028ea9ef;p=platform%2Fupstream%2Forc.git docs: fix version.entities include problems Copy the generated version.entities file into the xml/ directory, which is where it's expected. Fixes include warnings when building docs. There doesn't seem to be a way to achieve this without modifying the original gtk-doc.make file yet. --- diff --git a/gtk-doc.make b/gtk-doc.make index 63adaed..997c513 100644 --- a/gtk-doc.make +++ b/gtk-doc.make @@ -111,6 +111,7 @@ sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $( @-chmod -R u+w $(srcdir) @cd $(srcdir) && \ gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS) + @cp version.entities xml/ @touch sgml-build.stamp sgml.stamp: sgml-build.stamp