diff options
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 9627b115..acc22d1f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,7 +34,7 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(PL_CFILES) $(CFILES) - ./intltool-update --gettext-package rpmdrake --pot + INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package rpmdrake --pot xgettext -j -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ \ --language=C -o $@ $(PL_CFILES) $(CFILES) |