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:
@ -86,7 +86,7 @@ macro(add_gtkdoc _module _namespace _deprecated_guards _srcdirsvar _depsvar _ign
|
|||||||
|
|
||||||
COMMAND ${GTKDOC_FIXXREF}
|
COMMAND ${GTKDOC_FIXXREF}
|
||||||
--module=${_module}
|
--module=${_module}
|
||||||
--module-dir=.
|
--module-dir=html
|
||||||
--extra-dir=..
|
--extra-dir=..
|
||||||
--html-dir="${OUTPUT_DOCDIR}"
|
--html-dir="${OUTPUT_DOCDIR}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user