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:
Chris Mayo 2023-09-25 19:22:19 +01:00
parent fe23eeb181
commit 40e0628716

View file

@ -21,7 +21,6 @@ upload:
twine upload dist/LinkChecker*
homepage: linkcheck/_release.py
make -C doc code
make -C doc html
dist: