summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@gnome.org>2020-10-28 01:16:01 +0100
committerSébastien Wilmet <swilmet@gnome.org>2020-10-28 01:16:01 +0100
commit7da972522ae755ab91aa1791fa34b1bc49c2b08a (patch)
treeeaaa3a725d2570ed8a837a411ca7a8c318875f78
parenta52a23cc834cb4e32a1725e0c5b153524c4b46fa (diff)
downloadgtk-doc-7da972522ae755ab91aa1791fa34b1bc49c2b08a.tar.gz
autotools support: add the *.actions file to SCANOBJ_FILESwip/swilmet/autotools-support-update
It fixes `make distcheck` in projects like gspell which still use the Autotools. The `make distcheck` error was: ERROR: files left in build directory after distclean: ./docs/reference/gspell-1.0.actions This commit in gtk-doc permits to remove the following workaround in gspell: https://gitlab.gnome.org/GNOME/gspell/-/commit/f22493b8407961d88688d8ea772cde035014741a
-rw-r--r--buildsystems/autotools/gtk-doc.make1
-rw-r--r--buildsystems/autotools/gtk-doc.no-xslt.make1
2 files changed, 2 insertions, 0 deletions
diff --git a/buildsystems/autotools/gtk-doc.make b/buildsystems/autotools/gtk-doc.make
index 7d9a27f..c673175 100644
--- a/buildsystems/autotools/gtk-doc.make
+++ b/buildsystems/autotools/gtk-doc.make
@@ -57,6 +57,7 @@ DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
sgml.stamp html.stamp pdf.stamp
SCANOBJ_FILES = \
+ $(DOC_MODULE).actions \
$(DOC_MODULE).args \
$(DOC_MODULE).hierarchy \
$(DOC_MODULE).interfaces \
diff --git a/buildsystems/autotools/gtk-doc.no-xslt.make b/buildsystems/autotools/gtk-doc.no-xslt.make
index 26a98bd..1acee5e 100644
--- a/buildsystems/autotools/gtk-doc.no-xslt.make
+++ b/buildsystems/autotools/gtk-doc.no-xslt.make
@@ -57,6 +57,7 @@ DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
sgml.stamp html.stamp pdf.stamp
SCANOBJ_FILES = \
+ $(DOC_MODULE).actions \
$(DOC_MODULE).args \
$(DOC_MODULE).hierarchy \
$(DOC_MODULE).interfaces \