We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ef61a commit 381efc7Copy full SHA for 381efc7
Makefile
@@ -59,7 +59,7 @@ PHONY: must_be_root cleanup
59
60
build:
61
$(QUIET)$(ECHO) "No need to build. Try make -f Makefile install"
62
- $(QUIET)$(MAKE) -s -C ./docs/ -f Makefile text 2>/dev/null || true
+ $(QUIET)$(MAKE) -s -C ./docs/ -f Makefile html 2>/dev/null || true
63
64
init:
65
$(QUIET)$(ECHO) "$@: Done."
0 commit comments