summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-18 21:27:35 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.co.uk>2008-12-18 21:27:35 -0500
commite1e67be7545b0095658de0cf2fe1a900f8fb56db (patch)
tree76a5e05e305b75a8005f43d019a0b9713b8e146e /common
parent6d6fdf58b476386e9422d8b8aa9ef2fadfb76f5d (diff)
downloadfarstream-e1e67be7545b0095658de0cf2fe1a900f8fb56db.tar.gz
Copy the version.entities file to the xml dir for regular gtk-doc too
Diffstat (limited to 'common')
-rw-r--r--common/gtk-doc.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/gtk-doc.mak b/common/gtk-doc.mak
index 1c9ece12..5b4e9d8f 100644
--- a/common/gtk-doc.mak
+++ b/common/gtk-doc.mak
@@ -113,6 +113,7 @@ sgml-build.stamp: tmpl.stamp $(CFILE_GLOB)
@echo '*** Building XML ***'
gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --main-sgml-file=$(srcdir)/$(DOC_MAIN_SGML_FILE) --output-format=xml $(MKDB_OPTIONS) | tee sgml-build.log
@if grep "WARNING:" sgml-build.log > /dev/null; then true; fi # exit 1; fi
+ cp ../version.entities xml
rm sgml-build.log
touch sgml-build.stamp