rdmenezes / synecdoche

Automatically exported from code.google.com/p/synecdoche
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Automake doesn't distribute .po files in the dist tarball #79

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When running "make dist", the gettext .po files aren't distributed in the 
generated tarball. This makes the compilation fail when run from an unpacked 
tarball, since it won't find the translation files to compile into .mo.

An easy way to reproduce is to run "make distcheck", which creates a tarball, 
unpacks it, and tries to compile it out-of-source.

Original issue reported on code.google.com by nicolas....@gmail.com on 12 Jun 2010 at 10:17