diff options
author | Guido Günther <agx@sigxcpu.org> | 2018-05-29 15:26:17 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2018-08-22 13:46:35 +0200 |
commit | 3167b97d8848e4f64065f3486ecdb3783eb7e7bf (patch) | |
tree | e719d4492fb78ecd513e0e7398d9c8306413d23a /doc/Makefile.am | |
parent | 6d8eb754644922a2a3d5a074ce51a1d25a2cd1ee (diff) |
build: gtk-doc: Rebuild types and sections
This makes sure we stay up to date and get the object hierarchy
generated.
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 3628c6c..d11a150 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -12,7 +12,7 @@ DOC_MODULE=UPower DOC_MAIN_SGML_FILE=upower-docs.xml # 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) DOC_SOURCE_DIR=../libupower-glib |