We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecce0d commit e59dccdCopy full SHA for e59dccd
1 file changed
docs/Makefile
@@ -29,7 +29,7 @@ build:
29
html: BUILDER = html
30
html: build
31
@echo "Build finished. The HTML pages are in build/html."
32
- @echo "file://$(shell pwd)/build/html"
+ @echo "file://$(shell pwd)/build/html/index.html"
33
@echo
34
35
text: BUILDER = text
0 commit comments