From e1f4ca4ebaab97166a315e0e54231ea8dbf7588c Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Thu, 24 Apr 2014 13:59:06 +0200 Subject: remove ppp from translation --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index fb81b9ac..a5658ec8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -10,7 +10,7 @@ NLSPACKAGE = initscripts CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) -POTFILES = ../ppp/ip* $(shell ls ../sysconfig/network-scripts/* | grep -v ifcfg-) \ +POTFILES = $(shell ls ../sysconfig/network-scripts/* | grep -v ifcfg-) \ ../service ../sys-unconfig ../systemd/fedora-* ../rc.d/init.d/* all: $(NLSPACKAGE).pot $(FMTCATALOGS) -- cgit v1.2.1