mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Fix make homepage
make -C doc code
make[1]: Entering directory '/var/tmp/linkchecker/doc'
make[1]: *** No rule to make target 'code'. Stop.
code target was removed in:
c7989eb05 ("Turn all warnings into errors when building website", 2022-11-02)
This commit is contained in:
parent
fe23eeb181
commit
40e0628716
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -21,7 +21,6 @@ upload:
|
|||
twine upload dist/LinkChecker*
|
||||
|
||||
homepage: linkcheck/_release.py
|
||||
make -C doc code
|
||||
make -C doc html
|
||||
|
||||
dist:
|
||||
|
|
|
|||
Loading…
Reference in a new issue