diff options
author | Bill Nottingham <notting@redhat.com> | 2004-06-07 19:51:38 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-06-07 19:51:38 +0000 |
commit | d4ef2d9c7de41a346052657f4b46645ddcb737e3 (patch) | |
tree | 5dafe44765545097309d773bfaf36a1497854b58 /po/Makefile | |
parent | 39398df6c9b9fb730ab401c3ca607188205cbf64 (diff) | |
download | initscripts-d4ef2d9c7de41a346052657f4b46645ddcb737e3.tar initscripts-d4ef2d9c7de41a346052657f4b46645ddcb737e3.tar.gz initscripts-d4ef2d9c7de41a346052657f4b46645ddcb737e3.tar.bz2 initscripts-d4ef2d9c7de41a346052657f4b46645ddcb737e3.tar.xz initscripts-d4ef2d9c7de41a346052657f4b46645ddcb737e3.zip |
add /etc/rc
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 d0eb0f30..271ca28b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -10,7 +10,7 @@ NLSPACKAGE = initscripts CATALOGS = $(shell ls *.po) FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS)) -POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc.* $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) +POTFILES = /etc/rc.d/init.d/* /etc/rc.d/rc /etc/rc.d/rc.* $(shell ls /etc/sysconfig/network-scripts/* | grep -v ifcfg-) all: $(NLSPACKAGE).pot $(FMTCATALOGS) |