gtk-doc.mak: Also cp the entities here to all xinlcude based docs (workaround for...
authorStefan Kost <ensonic@users.sourceforge.net>
Thu, 30 Oct 2008 14:35:59 +0000 (14:35 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Thu, 30 Oct 2008 14:35:59 +0000 (14:35 +0000)
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).

ChangeLog
gtk-doc.mak

index 4ebcd80..7ee0fb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index 6cd2e96..51fb176 100644 (file)
@@ -115,6 +115,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