From 14227fda8b00160e9a0b4896d3f3ee3bf5f2d636 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 17 Dec 2013 11:49:14 -0600 Subject: [PATCH] po: fix handling of not-yet-used tui/vpn-helpers.c tui/vpn-helpers.c is not yet used, so it shouldn't be translated yet. Having it in po/POTFILES fails distcheck because, since it is not yet used, it's not distributed, and thus can't be found in the distcheck build. --- po/POTFILES.in | 2 +- po/POTFILES.skip | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index 9264e4c6dc..c365014f22 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -92,4 +92,4 @@ tui/nmtui-connect.c tui/nmtui-edit.c tui/nmtui-hostname.c tui/nmtui.c -tui/vpn-helpers.c + diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 94a9c86299..461200fade 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -4,3 +4,4 @@ policy/org.freedesktop.NetworkManager.policy.in vpn-daemons/openvpn vpn-daemons/pptp vpn-daemons/vpnc +tui/vpn-helpers.c