summaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-08-21 15:28:50 +0100
committerSimon McVittie <smcv@debian.org>2020-08-21 17:43:25 +0100
commitb648508fe85b047ff338ca41f6acc27788183873 (patch)
tree7dcd2ac122c656e03d6289b2a989f43fcb5574ef /help
parent74c9a37c808ab4ea18cc8cd74a2306a6b98de152 (diff)
downloadgtk-doc-b648508fe85b047ff338ca41f6acc27788183873.tar.gz
build: Distribute more files from git in official release tarballs
Many of these are necessary for the Meson build, and some merely seem potentially useful. Resolves: #109 Signed-off-by: Simon McVittie <smcv@debian.org>
Diffstat (limited to 'help')
-rw-r--r--help/Makefile.am2
-rw-r--r--help/manual/Makefile.am2
2 files changed, 4 insertions, 0 deletions
diff --git a/help/Makefile.am b/help/Makefile.am
index 6690244..54a15bd 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -4,4 +4,6 @@ if HAVE_YELP_TOOLS
SUBDIRS = manual
endif
+EXTRA_DIST = meson.build
+
-include $(top_srcdir)/git.mk
diff --git a/help/manual/Makefile.am b/help/manual/Makefile.am
index b56fa4d..4da1c37 100644
--- a/help/manual/Makefile.am
+++ b/help/manual/Makefile.am
@@ -14,4 +14,6 @@ CLEANFILES = $(_HELP_LC_FILES) $(_HELP_LC_STAMPS) $(_HELP_MOFILES)
GITIGNOREFILES = ??_??/$(HELP_ID).xml ??/$(HELP_ID).xml
+EXTRA_DIST = meson.build
+
-include $(top_srcdir)/git.mk