summaryrefslogtreecommitdiff
path: root/gtk-doc.make
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2010-07-31 16:46:28 +1000
committerDavid Schleef <ds@schleef.org>2010-08-03 22:10:09 -0700
commitc6b0b237e8f548c6fb6d682cb7330a900d8ecf9a (patch)
tree583e57690bd8b075201d95b983898eb838fab80f /gtk-doc.make
parentab1d1f1a198abfd0c41b24abbb80029e853678c1 (diff)
Fix distcheck
Add orcemulateopcodes.h to the dist. Fix gtk-doc.make copying version.entities to the srcdir.
Diffstat (limited to 'gtk-doc.make')
-rw-r--r--gtk-doc.make2
1 files changed, 1 insertions, 1 deletions
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