summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile7
1 files changed, 2 insertions, 5 deletions
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