mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 23:54:44 +00:00
Correct path to optparse.py dependency in Makefile.
This commit is contained in:
parent
433cf029d9
commit
ce8f3d56d1
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 ../linkchecker-gui /usr/lib/python2.6/optparse.py
|
||||
../linkchecker ../linkchecker-gui /usr/lib/python2.7/optparse.py
|
||||
LDIR = ../share/locale
|
||||
PACKAGE = linkchecker
|
||||
TEMPLATE = $(PACKAGE).pot
|
||||
|
|
|
|||
Loading…
Reference in a new issue