From 585ace5877aa6d1c704d0a62be029581f3423200 Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Fri, 30 Aug 2002 09:16:32 +0000 Subject: Add support for application/x-rpm mimetype for gurpmi --- po/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'po/Makefile') 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 \ -- cgit v1.2.1