From 975185c8569260e759e8524a22aacb120def4544 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 11 Oct 2012 14:16:14 -0400 Subject: Don't try to extract translations from files that no longer exist. --- po/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 2ecae4f0..c321d661 100644 --- a/po/Makefile +++ b/po/Makefile @@ -10,9 +10,9 @@ NLSPACKAGE = initscripts CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) -POTFILES = /etc/ppp/ip* /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* \ +POTFILES = /etc/ppp/ip* /etc/rc.d/init.d/* \ $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) \ - /sbin/service /usr/sbin/sys-unconfig /etc/init/*.conf + /sbin/service /usr/sbin/sys-unconfig all: $(NLSPACKAGE).pot $(FMTCATALOGS) -- cgit v1.2.1