~sircmpwn/hare-linux

f36f78302eb14d104d48c839c5a05eabc99650ca — Sebastian 1 year, 5 months ago 69d3663
Makefile: fix docs target

Signed-off-by: Sebastian <sebastian@sebsite.pw>
1 files changed, 3 insertions(+), 3 deletions(-)

M Makefile
M Makefile => Makefile +3 -3
@@ 17,9 17,9 @@ check:
	$(HARE) test

docs:
	mkdir -p docs/image/png
	[ -e docs/mascot.jpg ] || curl -s https://harelang.org/mascot.jpg > docs/mascot.jpg
	haredoc -Fhtml image::png > docs/iobus/index.html
	mkdir -p docs/linux/io_uring
	$(HAREDOC) -Fhtml linux > docs/linux/index.html
	$(HAREDOC) -Fhtml linux::io_uring > docs/linux/io_uring/index.html

clean:
	rm -rf docs