Don't clean man pages

Allow make code to be used without make man.
This commit is contained in:
Chris Mayo 2020-09-01 19:28:33 +01:00
parent 37e4981089
commit d7680ce117

View file

@ -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