diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 1999-08-30 22:28:37 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 1999-08-30 22:28:37 +0000 |
commit | 7094177bf15d589156da8d1aec62ed614b3f9b83 (patch) | |
tree | f86bb8a361d98cb2ba375e8b457ad3464cded879 /po | |
parent | Jiri Pavlovsky pavlovsk@ff.cuni.cz: (diff) | |
download | net-tools-7094177bf15d589156da8d1aec62ed614b3f9b83.tar.gz net-tools-7094177bf15d589156da8d1aec62ed614b3f9b83.tar.bz2 net-tools-7094177bf15d589156da8d1aec62ed614b3f9b83.zip |
added cs to makefile for building/installing
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 89b201f..0fdf82d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -9,7 +9,7 @@ NLSPACKAGE = net-tools -include ../config.make ifeq ($(I18N),1) -CATALOGS = de.mo fr.mo pt_BR.mo et_EE.mo +CATALOGS = de.mo fr.mo pt_BR.mo et_EE.mo cs.mo else CATALOGS = endif |