mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-30 12:40:33 +00:00
Merge pull request #601 from cjmayo/template
Remove linkchecker from POSOURCES
This commit is contained in:
commit
a12fcf04b2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ XGETTEXT := xgettext
|
|||
MSGFMT := msgfmt
|
||||
MSGMERGE := msgmerge
|
||||
POSOURCES = $(shell find ../linkcheck -name \*.py) \
|
||||
../linkchecker $(shell python3 -c 'import argparse; print(argparse.__file__)')
|
||||
$(shell python3 -c 'import argparse; print(argparse.__file__)')
|
||||
PACKAGE = linkchecker
|
||||
TEMPLATE = $(PACKAGE).pot
|
||||
MYMAIL := bastian.kleineidam@web.de
|
||||
|
|
|
|||
Loading…
Reference in a new issue