summaryrefslogtreecommitdiff
path: root/Makefile.in
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.in
parent3abab15813d2b6d1427ecd81213da3f48bac4207 (diff)
downloadiso-codes-beed882ab02ae68aa07de69bcc00bd2d6e970b16.tar.gz
Imported Upstream version 3.68upstream/3.68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index af3f70cb..99091cb2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -184,7 +184,7 @@ CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/iso-codes.pc.in \
- COPYING ChangeLog INSTALL README TODO install-sh missing
+ COPYING ChangeLog INSTALL TODO install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
@@ -313,12 +313,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)
all: all-recursive