Original commit message from CVS:
* gtk-doc.mak:
Also cp the entities here to all xinlcude based docs (workaround for
not being able to set up a search path).
+2008-10-30 Stefan Kost <ensonic@users.sf.net>
+
+ * gtk-doc.mak:
+ Also cp the entities here to all xinlcude based docs (workaround for
+ not being able to set up a search path).
+
2008-10-17 Jan Schmidt <jan.schmidt@sun.com>
* gtk-doc.mak:
@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