diff options
author | Bill Nottingham <notting@redhat.com> | 2012-10-11 14:16:14 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-10-11 14:16:14 -0400 |
commit | 975185c8569260e759e8524a22aacb120def4544 (patch) | |
tree | 0e27f163052dabab47cb61655dfa9ed4a4901c43 | |
parent | edec76dc9717fddcaf8e84a82d9824dafe2fdc32 (diff) | |
download | initscripts-975185c8569260e759e8524a22aacb120def4544.tar initscripts-975185c8569260e759e8524a22aacb120def4544.tar.gz initscripts-975185c8569260e759e8524a22aacb120def4544.tar.bz2 initscripts-975185c8569260e759e8524a22aacb120def4544.tar.xz initscripts-975185c8569260e759e8524a22aacb120def4544.zip |
Don't try to extract translations from files that no longer exist.
-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) |