diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-02 11:48:18 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2003-09-02 11:48:18 +0000 |
commit | 55ed2a7b302c1c9a36ad2b7d8c016474f2c46ee3 (patch) | |
tree | a39132ed486924f583717a9171b3c29667ba6b5d /po/Makefile | |
parent | 6f414bb287846c03b376446470c1a8a1b0ac11c3 (diff) | |
download | drakwizard-55ed2a7b302c1c9a36ad2b7d8c016474f2c46ee3.tar drakwizard-55ed2a7b302c1c9a36ad2b7d8c016474f2c46ee3.tar.gz drakwizard-55ed2a7b302c1c9a36ad2b7d8c016474f2c46ee3.tar.bz2 drakwizard-55ed2a7b302c1c9a36ad2b7d8c016474f2c46ee3.tar.xz drakwizard-55ed2a7b302c1c9a36ad2b7d8c016474f2c46ee3.zip |
Added *.pm files in the search for translatable strings
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 c2ea3f34..6c934828 100644 --- a/po/Makefile +++ b/po/Makefile @@ -6,7 +6,7 @@ PGOAL = drakwizard # *.wiz files WIZFILES = $(shell find .. -type f -name "*.wiz") # perl files with translatable strings -PL_FILES = ../drakwizard.pl +PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm") WIZCFILES = $(WIZFILES:%=%_.c) PL_CFILES = $(PL_FILES:%=%_.c) |