diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-01-15 01:10:01 +0800 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2010-01-15 01:10:01 +0800 |
commit | 97dae9812833055947ab77b6fde79776bbbdc245 (patch) | |
tree | 0543135aa1287a3c42f86cd7500c6952a2d25242 /doc/reference | |
parent | 7ba0a952949410eeb2b0ae81427d31697bbd7886 (diff) | |
download | gsoc2013-epiphany-97dae9812833055947ab77b6fde79776bbbdc245.tar.gz gsoc2013-epiphany-97dae9812833055947ab77b6fde79776bbbdc245.tar.zst gsoc2013-epiphany-97dae9812833055947ab77b6fde79776bbbdc245.zip |
Fix docs build with gtk-doc 1.13
gtkdoc-fixxref now needs the module to work correctly.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index d20e09651..d8f960db5 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -244,7 +244,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) cd $(srcdir)/html && gtkdoc-mkhtml $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) test "x$(HTML_IMAGES)" = "x" || ( cd $(srcdir) && cp $(HTML_IMAGES) html ) @echo '-- Fixing Crossreferences' - cd $(srcdir) && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + cd $(srcdir) && gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) touch html-build.stamp endif |