Skip to content

Commit f558518

Browse files
authored
Print URL after building docs (#1945)
This makes it easier to open the generated HTML docs. In some terminal emulators, it allows the user to click the link instead of having to navigate to the build directory in the web browser.
1 parent a01c536 commit f558518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ build:
2929
html: BUILDER = html
3030
html: build
3131
@echo "Build finished. The HTML pages are in build/html."
32+
@echo "file://$(shell pwd)/build/html"
33+
@echo
3234

3335
text: BUILDER = text
3436
text: build

0 commit comments

Comments
 (0)