mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-07 08:10:57 +00:00
fix output template filename
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1827 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
267368447e
commit
19973f2d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ 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 \
|
||||
--msgid-bugs-address=calvin@users.sf.net -o $(TEMPLATE) \
|
||||
$(POSOURCES)
|
||||
|
||||
%.mo: %.po
|
||||
|
|
|
|||
Loading…
Reference in a new issue