mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 03:44:43 +00:00
mail arg
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2117 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
596959c121
commit
96b1c9a930
1 changed files with 4 additions and 3 deletions
|
|
@ -6,6 +6,7 @@ POSOURCES = $(shell find ../linkcheck -name \*.py) \
|
|||
LDIR = ../share/locale
|
||||
PACKAGE = linkchecker
|
||||
TEMPLATE = $(PACKAGE).pot
|
||||
MYMAIL := calvin@users.sourceforge.net
|
||||
LFILE = LC_MESSAGES/$(PACKAGE).mo
|
||||
# defined language (add new languages here)
|
||||
LANGUAGES = de fr nl
|
||||
|
|
@ -24,9 +25,9 @@ mofiles:
|
|||
|
||||
template: $(TEMPLATE)
|
||||
$(TEMPLATE): $(POSOURCES)
|
||||
$(XGETTEXT) -w 80 --default-domain=$(PACKAGE) --language=Python \
|
||||
--copyright-holder="Bastian Kleineidam <calvin@users.sf.net>" \
|
||||
--msgid-bugs-address=calvin@users.sf.net -o $(TEMPLATE) \
|
||||
$(XGETTEXT) -j -w 80 --default-domain=$(PACKAGE) --language=Python \
|
||||
--copyright-holder="Bastian Kleineidam <$(MYMAIL)>" \
|
||||
--msgid-bugs-address=$(MYMAIL) -o $(TEMPLATE) \
|
||||
--keyword=_n:1,2 $(POSOURCES)
|
||||
|
||||
%.mo: %.po
|
||||
|
|
|
|||
Loading…
Reference in a new issue