Skip to content

Commit b7d39e3

Browse files
authored
Merge pull request #27 from LibreSign/fix/makefile-destination-path
fix: makefile destination path
2 parents f2fb2d4 + 9a38ab2 commit b7d39e3

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)