From fa7254f8e139858c20c0098828f683b0bea41365 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sat, 13 Sep 2003 00:54:05 +0000 Subject: updated pot file; added comment for difficult string --- po/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile index 6c934828..394346a0 100644 --- a/po/Makefile +++ b/po/Makefile @@ -34,12 +34,9 @@ merge: $(PGOAL).pot done $(PGOAL).pot: $(PL_CFILES) $(WIZCFILES) - xgettext -F -n --add-comments='-PO' \ + xgettext -F -n --add-comments='I18N' \ --keyword=_ --keyword=__ --keyword=N_ --keyword=N \ - --language=C -o $@ $(PL_CFILES) $(WIZCFILES) - echo -e "\\nmsgid \"Cancel\"\\nmsgstr \"\"" >> drakwizard.pot - echo -e "\\nmsgid \"Next ->\"\\nmsgstr \"\"" >> drakwizard.pot - echo -e "\\nmsgid \"<- Previous\"\\nmsgstr \"\"" >> drakwizard.pot + --language=C -o $@ ../placeholder.h $(PL_CFILES) $(WIZCFILES) @rm -rf $(PL_CFILES) $(WIZCFILES) install: all -- cgit v1.2.1