mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 04:00:34 +00:00
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:
parent
24a56885ba
commit
08d0e3b82a
1 changed files with 6 additions and 0 deletions
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue