mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 22:10:36 +01:00
docs: fix libnm docs out-of-tree build
This commit is contained in:
parent
b1e26735a0
commit
2728b57240
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ 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=$(top_srcdir)/libnm-core $(top_srcdir)/libnm
|
||||
DOC_SOURCE_DIR= \
|
||||
$(top_srcdir)/libnm-core \
|
||||
$(top_builddir)/libnm-core \
|
||||
$(top_srcdir)/libnm \
|
||||
$(top_builddir)/libnm
|
||||
|
||||
# Extra options to supply to gtkdoc-scan.
|
||||
SCAN_OPTIONS=--rebuild-types --rebuild-sections
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue