diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-30 09:16:32 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2002-08-30 09:16:32 +0000 |
commit | 585ace5877aa6d1c704d0a62be029581f3423200 (patch) | |
tree | 487d03013828357549cdbe591d458e932a3cc89c /po | |
parent | c622d4fa2497cd43f5f1fd748c07e2918b4de5a6 (diff) | |
download | urpmi-585ace5877aa6d1c704d0a62be029581f3423200.tar urpmi-585ace5877aa6d1c704d0a62be029581f3423200.tar.gz urpmi-585ace5877aa6d1c704d0a62be029581f3423200.tar.bz2 urpmi-585ace5877aa6d1c704d0a62be029581f3423200.tar.xz urpmi-585ace5877aa6d1c704d0a62be029581f3423200.zip |
Add support for application/x-rpm mimetype for gurpmi
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index eed5822c..f60af489 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,6 +23,9 @@ all: $(GOALS) %.mo: %.po msgfmt -o $@ $< +placeholder.h: + ./create_placeholder + $(PL_CFILES): %_.c: % ./fake_c.pl $< > $@ @@ -34,7 +37,6 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(PL_CFILES) $(CFILES) - ./create_placeholder xgettext --default-domain=$(PGOAL) -F -n \ --add-comments='-PO' --add-comments=' Translator:'\ --keyword=_ --keyword=__ --keyword=N_ --keyword=gettext \ |