Skip to content

Commit 9a38ab2

Browse files
committed
fix: makefile destination path
Signed-off-by: Vitor Mattos <[email protected]>
1 parent f2fb2d4 commit 9a38ab2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ main:
2525
sphinx-build main ../_build
2626

2727
user:
28-
sphinx-build user_manual ../_build
28+
sphinx-build user_manual ../_build/user_manual
2929

3030
admin:
31-
sphinx-build admin_manual ../_build
31+
sphinx-build admin_manual ../_build/admin_manual
3232

3333
dev:
34-
sphinx-build developer_manual ../_build
34+
sphinx-build developer_manual ../_build/developer_manual
3535

3636
all: main user admin dev

0 commit comments

Comments
 (0)