Merge pull request #601 from cjmayo/template

Remove linkchecker from POSOURCES
This commit is contained in:
Chris Mayo 2021-12-21 19:40:15 +00:00 committed by GitHub
commit a12fcf04b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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