diff options
author | Thomas Wood <thomas.wood@intel.com> | 2014-06-11 15:32:14 +0100 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2014-06-12 10:12:13 +0100 |
commit | cd714f93e833284b1710e58d21240a3e21adec2a (patch) | |
tree | 5a54518737ec6383781683d9b3c2c6db86554c60 /docs | |
parent | bbd014e1632f4e906bb9c2386174eca8fa263bac (diff) |
docs: always rebuild the sections file
Always rebuild the sections file since it currently doesn't contain any
custom modifications.
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/intel-gpu-tools/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/intel-gpu-tools/Makefile.am b/docs/reference/intel-gpu-tools/Makefile.am index 549f34bc..3368e3ec 100644 --- a/docs/reference/intel-gpu-tools/Makefile.am +++ b/docs/reference/intel-gpu-tools/Makefile.am @@ -29,7 +29,7 @@ SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= +SCAN_OPTIONS=--rebuild-sections # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--xml-mode --output-format=xml @@ -93,7 +93,7 @@ EXTRA_DIST += # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt -#DISTCLEANFILES += +DISTCLEANFILES = $(DOC_MODULE)-sections.txt # Comment this out if you want 'make check' to test you doc status # and run some sanity checks |