mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 10:10:07 +01:00
build: fix gtk-doc srcdir != builddir issues
This commit is contained in:
parent
e6d1fc8755
commit
04297230e6
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
|
|||
# The directory containing the source code. Relative to $(srcdir).
|
||||
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||
# documenting functions and macros.
|
||||
DOC_SOURCE_DIR=../../libnm-glib
|
||||
DOC_SOURCE_DIR=$(top_srcdir)/libnm-glib
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
SCAN_OPTIONS=
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
|
|||
# The directory containing the source code. Relative to $(srcdir).
|
||||
# gtk-doc will search all .c & .h files beneath here for inline comments
|
||||
# documenting functions and macros.
|
||||
DOC_SOURCE_DIR=../../libnm-util
|
||||
DOC_SOURCE_DIR=$(top_srcdir)/libnm-util
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
SCAN_OPTIONS=--rebuild-types --rebuild-sections
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue