GNOME Bugzilla – Bug 465538
make test/distcheck failure and LINGUAS generation
Last modified: 2007-08-19 12:25:05 UTC
please add capplet/gkbd-indicator-plugins-capplet.desktop.in to POTFILES.skip or make test and make distcheck fails. please run intltoolize --force with a recent enough intltool (0.35.4 or 0.35.5 is fine) to have proper po/Makefile.in.in to respect LINGUAS setting at configure time before generating next release tarballs. Thanks in advance.
hum, forgot about the intltoolize stuff, seems to be done in latest tarbal (.90)
So, is it ok now?
yeah, the po/Makefile.in.in (which is controled by intltoolize and updated when you use autogen.sh) looks ok now so I won't get extra LINGUAS installed if not necessary. Only adding capplet/gkbd-indicator-plugins-capplet.desktop.in to POTFILES.skip is needed now.
btw, make distcheck won't harm your current svn directory other than creating a tarball and a subdirectory ${PACKAGE_NAME}-${VERSION} so you can feel free to run it as much as you want ;)
Thanks, committed - and I know about distcheck, I just do not run it frequently enough:)