diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 15:17:02 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-22 15:17:02 +0000 |
commit | 918a75aacfca787c9cf4de89a954a96eb673d0aa (patch) | |
tree | b4cbf0ae5e0012063aa54e1a550674b779547568 /po/Makefile | |
parent | a0d202c2da34036c5200d40dfef313ae62edde94 (diff) | |
download | rpmdrake-918a75aacfca787c9cf4de89a954a96eb673d0aa.tar rpmdrake-918a75aacfca787c9cf4de89a954a96eb673d0aa.tar.gz rpmdrake-918a75aacfca787c9cf4de89a954a96eb673d0aa.tar.bz2 rpmdrake-918a75aacfca787c9cf4de89a954a96eb673d0aa.tar.xz rpmdrake-918a75aacfca787c9cf4de89a954a96eb673d0aa.zip |
Add suppport for system-settings: for gnome2
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) |