GNOME Bugzilla – Bug 166724
make dist fails in builddir != srcdir case
Last modified: 2005-03-01 19:55:03 UTC
Steps to reproduce: 0) Use latest intltool 1) Do a fresh checkout of Epiphany, or remove po/*.gmo 2) mkdir build && cd build && $path_to_epiphany_sources/autogen.sh && make 3) make dist Make dist fails in build/po, since it tries to copy the .gmo files from $(srcdir) but they're built in builddir (build/po). Attached patch fixes this; alternatively we could just stop distributing .gmo files altogether.
Created attachment 37213 [details] [review] possible fix
I would be better with not distributing gmo files. Though, I will have to inform people before I commit the patch I have to do so, and make a release. But I'll confirm the bug for now.
I just committed the change to stop disting the gmo files to CVS.