diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 0876dfd7..9627b115 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,7 +34,8 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(PL_CFILES) $(CFILES) - xgettext -F -n --add-comments='-PO' \ + ./intltool-update --gettext-package rpmdrake --pot + xgettext -j -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ \ --language=C -o $@ $(PL_CFILES) $(CFILES) @rm -rf $(PL_CFILES) |