From cc106850f603e06c09d8e672604e7af7c8485045 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 22 Aug 2002 15:46:56 +0000 Subject: Fix intl-extract dependency --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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) -- cgit v1.2.1