diff options
author | Akira TAGOH <akira@tagoh.org> | 2014-05-21 12:34:45 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2014-05-21 12:34:45 +0900 |
commit | 945e5b53c979247ea758ea86c22f4ef2e9b1cbd6 (patch) | |
tree | bbd0d7a068d6f993f5bfece056f3ba287b4ab0db /data | |
parent | c8086b15d2ccc0554362c944efe62dcb9b18c75b (diff) |
Remove the language subtag registry file on dist
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 8028463..85c413d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -104,6 +104,9 @@ if REBUILD_DATA noinst_PROGRAMS += reg2xml endif # +dist-hook: + rm -f $(builddir)/language-subtag-registry* + reg2xml_SOURCES = \ reg2xml.c \ $(NULL) |