diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |