diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index fb81b9ac..78272848 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,7 +11,7 @@ CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) POTFILES = ../ppp/ip* $(shell ls ../sysconfig/network-scripts/* | grep -v ifcfg-) \ - ../service ../sys-unconfig ../systemd/fedora-* ../rc.d/init.d/* + ../service ../sys-unconfig ../systemd/rhel-* ../rc.d/init.d/* all: $(NLSPACKAGE).pot $(FMTCATALOGS) |