aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorLukas Nykryn <lnykryn@redhat.com>2014-04-24 13:59:06 +0200
committerLukas Nykryn <lnykryn@redhat.com>2014-04-24 13:59:06 +0200
commite1f4ca4ebaab97166a315e0e54231ea8dbf7588c (patch)
tree15bfbe0745a29b0a1f151fb32111de22d4ecb2c1 /po/Makefile
parent462f62051a789c906379c8728435b33db8142e80 (diff)
downloadinitscripts-e1f4ca4ebaab97166a315e0e54231ea8dbf7588c.tar
initscripts-e1f4ca4ebaab97166a315e0e54231ea8dbf7588c.tar.gz
initscripts-e1f4ca4ebaab97166a315e0e54231ea8dbf7588c.tar.bz2
initscripts-e1f4ca4ebaab97166a315e0e54231ea8dbf7588c.tar.xz
initscripts-e1f4ca4ebaab97166a315e0e54231ea8dbf7588c.zip
remove ppp from translation
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
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)