From c6b0b237e8f548c6fb6d682cb7330a900d8ecf9a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 31 Jul 2010 16:46:28 +1000 Subject: [PATCH] Fix distcheck Add orcemulateopcodes.h to the dist. Fix gtk-doc.make copying version.entities to the srcdir. --- gtk-doc.make | 2 +- orc/Makefile.am | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.7.4