From: Jan Schmidt Date: Sat, 31 Jul 2010 06:46:28 +0000 (+1000) Subject: Fix distcheck X-Git-Tag: orc-0.4.7~76 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6b0b237e8f548c6fb6d682cb7330a900d8ecf9a;p=platform%2Fupstream%2Forc.git Fix distcheck Add orcemulateopcodes.h to the dist. Fix gtk-doc.make copying version.entities to the srcdir. --- diff --git a/gtk-doc.make b/gtk-doc.make index 997c513..ed8c7a6 100644 --- a/gtk-doc.make +++ b/gtk-doc.make @@ -111,7 +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/ + @cp version.entities $(srcdir)/xml/ @touch sgml-build.stamp sgml.stamp: sgml-build.stamp diff --git a/orc/Makefile.am b/orc/Makefile.am index 6d9178a..6f4cd18 100644 --- a/orc/Makefile.am +++ b/orc/Makefile.am @@ -73,6 +73,7 @@ pkginclude_HEADERS = \ orc.h \ orcdebug.h \ orcprogram.h \ + orcemulateopcodes.h \ orcfunctions.h \ orcutils.h \ orcparse.h \