summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn@endlessos.org>2021-04-07 13:37:53 -0600
committerDan Nicholson <dbn@endlessos.org>2021-04-07 13:37:53 -0600
commitd05e7ba2e2c07d010b44855f114ee19ce7a72103 (patch)
tree38fbc5bf1234c77877e1286da2a3a9f693e13bfb
parent36da85ecbe5791e372cc0b689bf00c3c1167d185 (diff)
downloadostree-d05e7ba2e2c07d010b44855f114ee19ce7a72103.tar.gz
Ensure consistent apidoc .gitignore
If you don't configure with --enable-gtk-doc, these won't be included in the generated .gitignore. If you later configure with --enable-gtk-doc in the same checkout, they'll show up as untracked files. Include them in GITIGNOREFILES to ensure they're always added regardless of configure options.
-rw-r--r--apidoc/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/apidoc/Makefile.am b/apidoc/Makefile.am
index 98a84d5f..774cee60 100644
--- a/apidoc/Makefile.am
+++ b/apidoc/Makefile.am
@@ -125,4 +125,11 @@ EXTRA_DIST += \
ostree-experimental-sections.txt \
$(NULL)
+# These only get included in the generated .gitignore when building with
+# --enable-gtk-doc, so ensure they're always added.
+GITIGNOREFILES = \
+ ostree-overrides.txt \
+ version.xml \
+ $(NULL)
+
-include $(top_srcdir)/git.mk