mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-30 19:14:43 +00:00
Translation needs the path to argparse.py, not to execute it
This commit is contained in:
parent
0ea620999d
commit
e1f8fb9094
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 $(python3 -c 'import argparse; print(argparse.__file__)')
|
||||
../linkchecker $(shell python3 -c 'import argparse; print(argparse.__file__)')
|
||||
LDIR = ../share/locale
|
||||
PACKAGE = linkchecker
|
||||
TEMPLATE = $(PACKAGE).pot
|
||||
|
|
|
|||
Loading…
Reference in a new issue