This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit a167cd52a4edde3562143ff44cdfcc0e8c5d1ea2 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 30 18:18:49 2021 +0200 docs/reference/libx2goclient/Makefile.am: force regeneration of sections.txt file as part of every gtkdoc-scan run. By default, gtk-doc doesn't update the sections.txt file, which means that changes to classes like added or removed symbols won't be applied to the generated documentation. This might generally make sense, since the file is supposed to be auto-generated if it does not exist and later on modified manually. Regenerating the file every time would overwrite manual changes. We, however, do not intend to modify this file manually (yet, anyway). Due to this, we can just force updates. --- docs/reference/libx2goclient/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/libx2goclient/Makefile.am b/docs/reference/libx2goclient/Makefile.am index b25dd6a..3eb5c64 100644 --- a/docs/reference/libx2goclient/Makefile.am +++ b/docs/reference/libx2goclient/Makefile.am @@ -53,7 +53,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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git