diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 15:46:56 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 15:46:56 +0000 |
commit | cc106850f603e06c09d8e672604e7af7c8485045 (patch) | |
tree | 56d6cdd20dfe7e24b526c4b7bb4505939d50217c /po/Makefile | |
parent | 6e03f34d90c0bc18914579f50734db0356d9b374 (diff) | |
download | rpmdrake-cc106850f603e06c09d8e672604e7af7c8485045.tar rpmdrake-cc106850f603e06c09d8e672604e7af7c8485045.tar.gz rpmdrake-cc106850f603e06c09d8e672604e7af7c8485045.tar.bz2 rpmdrake-cc106850f603e06c09d8e672604e7af7c8485045.tar.xz rpmdrake-cc106850f603e06c09d8e672604e7af7c8485045.zip |
Fix intl-extract dependency
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) |