diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-17 19:19:06 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-17 19:19:06 +0000 |
commit | cfc87880d7bacdad3f1f65826c6639b105302b0a (patch) | |
tree | 91483d22ff50ec561f9d4b3c748f761c7aa43822 /po/Makefile | |
parent | ef4befa2b0d1115f5257a2ae7f9bfcbbf2666fcb (diff) | |
download | drakwizard-cfc87880d7bacdad3f1f65826c6639b105302b0a.tar drakwizard-cfc87880d7bacdad3f1f65826c6639b105302b0a.tar.gz drakwizard-cfc87880d7bacdad3f1f65826c6639b105302b0a.tar.bz2 drakwizard-cfc87880d7bacdad3f1f65826c6639b105302b0a.tar.xz drakwizard-cfc87880d7bacdad3f1f65826c6639b105302b0a.zip |
updated Hindi file;
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index 4ed45140..6fbb18d8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -8,6 +8,7 @@ WIZFILES = $(shell find .. -type f -name "*.wiz") # perl files with translatable strings PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm") +WIZCFILES = $(WIZFILES:%=%_.c) PL_CFILES = $(PL_FILES:%=%_.c) POFILES = $(shell ls *.po) |