diff options
author | Bill Nottingham <notting@redhat.com> | 2001-01-19 16:54:20 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-01-19 16:54:20 +0000 |
commit | 20bbe680b0127294281edbc2264732871cfcda31 (patch) | |
tree | 9b3ef042a52a1b228bcf3a2b6e878fad0f0de6bf /po/Makefile | |
parent | 3c624fbd70517643db47498528f5bdc4f1a6b14f (diff) | |
download | initscripts-20bbe680b0127294281edbc2264732871cfcda31.tar initscripts-20bbe680b0127294281edbc2264732871cfcda31.tar.gz initscripts-20bbe680b0127294281edbc2264732871cfcda31.tar.bz2 initscripts-20bbe680b0127294281edbc2264732871cfcda31.tar.xz initscripts-20bbe680b0127294281edbc2264732871cfcda31.zip |
cron pot file
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 3ddb23fd..57881b1d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -15,7 +15,7 @@ POTFILES = ../rc.d/init.d/* ../rc.d/rc.* ../sysconfig/network-scripts/* all: $(NLSPACKAGE).pot $(FMTCATALOGS) $(NLSPACKAGE).pot: $(POTFILES) - echo "Please don't do that." + @echo "Please don't do that." # # ./xgettext_sh --initscripts $(POTFILES) > $(NLSPACKAGE).po # if cmp -s $(NLSPACKAGE).po $(NLSPACKAGE).pot; then \ |