summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 10:29:02 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-12-16 10:29:02 +0900
commit294670747bd1505c7cd67356b183833607506f9e (patch)
tree6106892039b90e1084d4077807f85f89797887b2 /Makefile.in
parent8ca8b02aa2f51952db54d4d7ed0f596a4dcaee41 (diff)
downloadiso-codes-294670747bd1505c7cd67356b183833607506f9e.tar.gz
iso-codes-294670747bd1505c7cd67356b183833607506f9e.tar.bz2
iso-codes-294670747bd1505c7cd67356b183833607506f9e.zip
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 af3f70c..99091cb 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