From b68f868c69f7992f0d64d0556874c71b821af2ae Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Wed, 18 Jan 2012 13:49:17 +0900 Subject: Fix distcheck error --- data/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index dc90b74..c21f03c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -2,12 +2,13 @@ # Global definitions NULL = EXTRA_DIST = \ + language-subtag-registry \ $(NULL) MAINTAINERCLEANFILES = \ language-subtag-registry \ - language-subtag-registry.xml \ $(NULL) CLEANFILES = \ + language-subtag-registry.xml \ $(NULL) BUILT_FILES = \ language-subtag-registry \ @@ -23,7 +24,7 @@ language-subtag-registry: wget -O $@ http://www.iana.org/assignments/language-subtag-registry || \ curl -o $@ http://www.iana.org/assignments/language-subtag-registry language-subtag-registry.xml: language-subtag-registry reg2xml Makefile - $(builddir)/reg2xml language-subtag-registry > $@ + $(builddir)/reg2xml $(srcdir)/language-subtag-registry > $@ ## # Target platform -- cgit v1.2.3