build: gtk-doc: Rebuild types and sections

This makes sure we stay up to date and get the object hierarchy
generated.
This commit is contained in:
Guido Günther 2018-05-29 15:26:17 +02:00
parent 6d8eb75464
commit 3167b97d88

View file

@ -12,7 +12,7 @@ DOC_MODULE=UPower
DOC_MAIN_SGML_FILE=upower-docs.xml DOC_MAIN_SGML_FILE=upower-docs.xml
# Extra options to supply to gtkdoc-scan # Extra options to supply to gtkdoc-scan
SCAN_OPTIONS=--ignore-headers=config.h SCAN_OPTIONS=--ignore-headers=config.h --rebuild-types --rebuild-sections
# The directory containing the source code. Relative to $(srcdir) # The directory containing the source code. Relative to $(srcdir)
DOC_SOURCE_DIR=../libupower-glib DOC_SOURCE_DIR=../libupower-glib