Skip to content

Commit 1ac4b7f

Browse files
committed
On linux: display built doc path, don't open it
1 parent 170bfc3 commit 1ac4b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ docs: build-docs
4949
open docs/_build/html/index.html
5050

5151
linux-docs: build-docs
52-
xdg-open docs/_build/html/index.html
52+
readlink -f docs/_build/html/index.html
5353

5454
release: clean
5555
CURRENT_SIGN_SETTING=$(git config commit.gpgSign)

0 commit comments

Comments
 (0)