[Pkg-isocodes-devel] [iso-codes] 02/07: Distribute the bin directory

Tobias Quathamer toddy at moszumanska.debian.org
Wed Mar 2 21:14:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

toddy pushed a commit to branch master
in repository iso-codes.

commit 378cf36044552db23eec6c327368dcdbd7c0af8d
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Wed Mar 2 21:49:40 2016 +0100

    Distribute the bin directory
---
 Makefile.am | 7 ++-----
 Makefile.in | 6 ++----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 9003ad6..d8d1f45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,14 +7,11 @@ pkgconfig_DATA = iso-codes.pc
 jsondir = $(pkgdatadir)/json
 dist_json_DATA = $(wildcard $(srcdir)/data/*.json)
 
-EXTRA_DIST = \
-	common.mk		\
-	iso2pot.py		\
-	check_valid_utf8.py
+# Include the "bin" directory and the common Makefile snippet.
+EXTRA_DIST = bin common.mk
 
 DISTCLEANFILES = $(pkgconfig_DATA)
 
-
 .PHONY: release
 release: update-po check distcheck
 
diff --git a/Makefile.in b/Makefile.in
index af674c8..63a627f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -315,11 +315,9 @@ pkgconfig_DATA = iso-codes.pc
 # For this release, just install the JSON files.
 jsondir = $(pkgdatadir)/json
 dist_json_DATA = $(wildcard $(srcdir)/data/*.json)
-EXTRA_DIST = \
-	common.mk		\
-	iso2pot.py		\
-	check_valid_utf8.py
 
+# Include the "bin" directory and the common Makefile snippet.
+EXTRA_DIST = bin common.mk
 DISTCLEANFILES = $(pkgconfig_DATA)
 all: all-recursive
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-isocodes/iso-codes.git



More information about the Pkg-isocodes-devel mailing list