build: work around automake-1.15 & intltool complaining about translations in build dir
authorLubomir Rintel <lkundrak@v3.sk>
Wed, 29 Apr 2015 14:40:44 +0000 (16:40 +0200)
committerLubomir Rintel <lkundrak@v3.sk>
Tue, 5 May 2015 11:34:19 +0000 (13:34 +0200)
make distcheck runs a build in dist directory subtirs and then runs intltool -m
which in turn complains about translations in a built file:

  The following files contain translations and are currently not in use. Please
  consider adding these to the POTFILES.in file, located in the po/ directory.

  sub/policy/org.freedesktop.NetworkManager.policy.in

The issue is reported to intltool upstream already:
https://bugs.launchpad.net/intltool/+bug/1117944

po/POTFILES.skip

index f611e4c..3fc7b52 100644 (file)
@@ -6,3 +6,5 @@ vpn-daemons/openvpn
 vpn-daemons/pptp
 vpn-daemons/vpnc
 contrib/fedora/rpm/
+# https://bugs.launchpad.net/intltool/+bug/1117944
+sub/policy/org.freedesktop.NetworkManager.policy.in