Change --module-dir for gtkdoc-fixxref call

As pointed out in bug 784209, the --module-dir should be the 'html'
directory, which wasn't a problem with 1.25, but git master of gtk-doc
fails to find html files when it was set to the current directory.
This commit is contained in:
Milan Crha
2017-06-29 11:11:03 +02:00
parent a3fa18f960
commit 150bd8d261

View File

@ -86,7 +86,7 @@ macro(add_gtkdoc _module _namespace _deprecated_guards _srcdirsvar _depsvar _ign
COMMAND ${GTKDOC_FIXXREF}
--module=${_module}
--module-dir=.
--module-dir=html
--extra-dir=..
--html-dir="${OUTPUT_DOCDIR}"