add win target

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1113 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-12-19 13:33:13 +00:00
parent 24a56885ba
commit 08d0e3b82a

View file

@ -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 $@