summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDr. Tobias Quathamer <toddy@debian.org>2016-05-02 20:33:59 +0200
committerDr. Tobias Quathamer <toddy@debian.org>2016-05-02 20:33:59 +0200
commitbeed882ab02ae68aa07de69bcc00bd2d6e970b16 (patch)
treeb638fccd576e0dbf85ee8c0b50d87188383a05bd /Makefile.am
parent3abab15813d2b6d1427ecd81213da3f48bac4207 (diff)
downloadiso-codes-beed882ab02ae68aa07de69bcc00bd2d6e970b16.tar.gz
Imported Upstream version 3.68upstream/3.68
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 4ab09701..be15c732 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,14 @@ SUBDIRS = $(DOMAINS)
pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = iso-codes.pc
-# For this release, just install the JSON files.
+# Install the JSON files.
jsondir = $(pkgdatadir)/json
dist_json_DATA = $(wildcard $(srcdir)/data/*.json)
-# Include the "bin" directory and the common Makefile snippet.
-EXTRA_DIST = bin common.mk
+# Include the "bin" directory, the common Makefile snippet
+# and the markdown documentation currently not handled
+# by automake
+EXTRA_DIST = bin common.mk README.md
DISTCLEANFILES = $(pkgconfig_DATA)