diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2019-09-11 11:03:28 +0200 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2019-09-11 11:13:03 +0200 |
| commit | 60c86828b7d3858e130084a27e260eb20551a473 (patch) | |
| tree | 97d918df94a697e939150e89023ae686759e79ce /docs/libnm/Makefile.in | |
| parent | d39df457c7618ace1e1daefb8bb41d23676e1dcd (diff) | |
| parent | 857b32ce16c33d2fb191da77e9a3f3b542714d74 (diff) | |
Merge remote-tracking branch 'salsa/master'
Diffstat (limited to 'docs/libnm/Makefile.in')
| -rw-r--r-- | docs/libnm/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libnm/Makefile.in b/docs/libnm/Makefile.in index 33589ae5..e921fce2 100644 --- a/docs/libnm/Makefile.in +++ b/docs/libnm/Makefile.in @@ -463,9 +463,10 @@ DOC_SOURCE_DIR = \ $(top_srcdir)/libnm \ $(top_builddir)/libnm +decorators := $(shell $(top_srcdir)/tools/decorators.sh $(top_srcdir)/libnm-core/nm-version.h) # Extra options to supply to gtkdoc-scan. -SCAN_OPTIONS = --rebuild-types --rebuild-sections +SCAN_OPTIONS = --rebuild-types --rebuild-sections --ignore-decorators "$(decorators)" # Extra options to supply to gtkdoc-mkdb. MKDB_OPTIONS = --sgml-mode --output-format=xml |