diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-09-19 21:49:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-09-19 21:49:31 +0000 |
commit | 9b8aae09791b2fd7fcac87c00f59b2ac0bbfdbff (patch) | |
tree | fbfacc3ce7368542ada3b8d432b271942f41c8ea /po/Makefile | |
parent | f82bab166d9919be3182cfd14c72befa8281eefb (diff) | |
download | rpmdrake-9b8aae09791b2fd7fcac87c00f59b2ac0bbfdbff.tar rpmdrake-9b8aae09791b2fd7fcac87c00f59b2ac0bbfdbff.tar.gz rpmdrake-9b8aae09791b2fd7fcac87c00f59b2ac0bbfdbff.tar.bz2 rpmdrake-9b8aae09791b2fd7fcac87c00f59b2ac0bbfdbff.tar.xz rpmdrake-9b8aae09791b2fd7fcac87c00f59b2ac0bbfdbff.zip |
use system intltool
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 5b80e3fa..4aefce09 100644 --- a/po/Makefile +++ b/po/Makefile @@ -9,6 +9,7 @@ POFILES = $(wildcard *.po) MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) +top_srcdir=.. PREFIX = $(RPM_BUILD_ROOT)/usr DATADIR = $(PREFIX)/share LOCALEDIR=$(DATADIR)/locale @@ -26,7 +27,7 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(PL_FILES) $(CFILES) - INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package desktopstuff --pot + intltool-update --gettext-package desktopstuff --pot perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) xgettext -F -n --add-comments='-PO' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ |