aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 271ca28b..d750ccc4 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -10,7 +10,9 @@ NLSPACKAGE = initscripts
CATALOGS = $(shell ls *.po)
FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS))
-POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-)
+POTFILES = /etc/ppp/ip* /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* \
+ $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) \
+ /sbin/service /usr/sbin/sys-unconfig
all: $(NLSPACKAGE).pot $(FMTCATALOGS)