diff options
author | Akira TAGOH <akira@tagoh.org> | 2012-01-18 13:49:17 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2012-01-18 13:49:17 +0900 |
commit | b68f868c69f7992f0d64d0556874c71b821af2ae (patch) | |
tree | 83b3dd19b9bfe92872c155ebeb7078baeadf06a6 /data | |
parent | f0e15856438cf25b7e09f30cc8ceb299a8cdc1f8 (diff) |
Fix distcheck error
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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 |