mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 20:01:53 +00:00
Don't clean man pages
Allow make code to be used without make man.
This commit is contained in:
parent
37e4981089
commit
d7680ce117
1 changed files with 1 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ check:
|
|||
clean:
|
||||
rm -rf src/_build; \
|
||||
rm -rf src/code/linkcheck; \
|
||||
rm -rf html; \
|
||||
rm -rf man
|
||||
rm -rf html
|
||||
|
||||
.PHONY: check clean html locale man
|
||||
|
|
|
|||
Loading…
Reference in a new issue