Imported Upstream version 3.68
[platform/upstream/iso-codes.git] / Makefile.in
index af3f70c..99091cb 100644 (file)
@@ -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