Fix distcheck
authorJan Schmidt <thaytan@noraisin.net>
Sat, 31 Jul 2010 06:46:28 +0000 (16:46 +1000)
committerDavid Schleef <ds@schleef.org>
Wed, 4 Aug 2010 05:10:09 +0000 (22:10 -0700)
Add orcemulateopcodes.h to the dist.
Fix gtk-doc.make copying version.entities to the srcdir.

gtk-doc.make
orc/Makefile.am

index 997c513..ed8c7a6 100644 (file)
@@ -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
index 6d9178a..6f4cd18 100644 (file)
@@ -73,6 +73,7 @@ pkginclude_HEADERS = \
        orc.h \
        orcdebug.h \
        orcprogram.h \
+       orcemulateopcodes.h \
        orcfunctions.h \
        orcutils.h \
        orcparse.h \