diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/Makefile b/po/Makefile index d066dca9..559924ea 100644 --- a/po/Makefile +++ b/po/Makefile @@ -3,6 +3,8 @@ localedir = ${prefix}/share/locale PGOAL = drakwizard +# *.wiz files (keep them to old strings) +WIZFILES = $(shell find .. -type f -name "*.wiz") # perl files with translatable strings PL_FILES = ../drakwizard.pl $(shell find .. -type f -name "*pm") |