summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-20 11:30:35 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-20 11:30:35 +0000
commitf3fc19ecd846232bd1f509c94f3191f910ebeb6a (patch)
tree057df49e81b5e10715765d4dacadc35242e6df0f /po/Makefile
parent6cc32b65911018fe142cfaf3e80a95bcfde9d3f0 (diff)
downloaddrakwizard-f3fc19ecd846232bd1f509c94f3191f910ebeb6a.tar
drakwizard-f3fc19ecd846232bd1f509c94f3191f910ebeb6a.tar.gz
drakwizard-f3fc19ecd846232bd1f509c94f3191f910ebeb6a.tar.bz2
drakwizard-f3fc19ecd846232bd1f509c94f3191f910ebeb6a.tar.xz
drakwizard-f3fc19ecd846232bd1f509c94f3191f910ebeb6a.zip
fix string extraction
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 47b4e6ca..adbcde13 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -23,7 +23,7 @@ merge: $(PGOAL).pot
done
$(PGOAL).pot: $(WIZCFILES)
- xgettext -F -n --add-comments='I18N' \
+ xgettext -F -n --from-code --add-comments='I18N' \
--keyword=_ --keyword=__ --keyword=N_ --keyword=N \
-o $@ $(PL_FILES) $(WIZCFILES)
@rm -rf $(WIZCFILES)