summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 10:35:47 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 10:35:47 +0900
commitd861ed97c02eeaac7dc7cfc14ebd89d4645bbf42 (patch)
tree0090dacd507f9e02074e38fc207905455b44aca2 /Makefile.am
parente8b8b0289173d285ed28f5156c9dd42486715a64 (diff)
downloadiso-codes-d861ed97c02eeaac7dc7cfc14ebd89d4645bbf42.tar.gz
iso-codes-d861ed97c02eeaac7dc7cfc14ebd89d4645bbf42.tar.bz2
iso-codes-d861ed97c02eeaac7dc7cfc14ebd89d4645bbf42.zip
Imported Upstream version 3.78upstream/3.78
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index be15c73..a1333b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,10 +7,11 @@ pkgconfig_DATA = iso-codes.pc
jsondir = $(pkgdatadir)/json
dist_json_DATA = $(wildcard $(srcdir)/data/*.json)
-# Include the "bin" directory, the common Makefile snippet
+# Include the "bin" directory, the bootstrap script,
+# the common Makefile snippet
# and the markdown documentation currently not handled
# by automake
-EXTRA_DIST = bin common.mk README.md
+EXTRA_DIST = bin bootstrap common.mk README.md
DISTCLEANFILES = $(pkgconfig_DATA)