diff --git a/po/Makefile b/po/Makefile index 22e7080a..cc523d23 100644 --- a/po/Makefile +++ b/po/Makefile @@ -17,6 +17,12 @@ MOS=$(patsubst %, %.mo, $(LANGUAGES) ) all: $(MOS) +win: + if [ ! -d $(LDIR)/de/LC_MESSAGES ]; then \ + mkdir -p $(LDIR)/de/LC_MESSAGES; \ + fi + $(MSGFMT) -o$(LDIR)/de/$(LFILE) de.po + %.po: $(PACKAGE).pot $(MSGMERGE) $@ $(PACKAGE).pot -o $@