diff options
author | Dan Williams <dcbw@redhat.com> | 2016-03-15 16:17:42 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2016-03-15 16:17:42 -0500 |
commit | 1ae6a7be8abab4b13520679f42c6cc8e2fb57d05 (patch) | |
tree | f5992a3209b314a0516fdad546bc47fb1e277001 | |
parent | 93bf189fa245078aa3e8791e8ba89a63da5f3530 (diff) |
build: work around automake-1.15 & intltool complaining about translations in build dir
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/data/org.freedesktop.ModemManager.policy.in
The issue is reported to intltool upstream already:
https://bugs.launchpad.net/intltool/+bug/1117944
-rw-r--r-- | po/POTFILES.skip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 8675cb27..dd87d5d8 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,2 +1,4 @@ data/org.freedesktop.ModemManager1.policy.in data/tests/org.freedesktop.ModemManager1.service.in +# https://bugs.launchpad.net/intltool/+bug/1117944 +sub/data/org.freedesktop.ModemManager1.policy.in |