Skip to content

Commit c1d35f4

Browse files
authored
Merge pull request #394 from ByteInternet/fix_build_manpages
Fix build scripts for manpages
2 parents 9ad2f12 + c659dba commit c1d35f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/build_manpage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -e
44

55
pushd docs
66
make man
7-
echo "manpage located at $(realpath _build/man/docs.1)"
7+
echo "manpage located at $(realpath _build/man/documentation.1)"
88
popd

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
venv/bin/pip install wheel
1111
venv/bin/pip install -r requirements/development.txt
1212
bash -c 'source venv/bin/activate; bin/build_manpage'
13-
mv docs/_build/man/docs.1 docs/_build/man/hypernode.3
13+
mv docs/_build/man/documentation.1 docs/_build/man/hypernode.3
1414

1515
override_dh_usrlocal:
1616

0 commit comments

Comments
 (0)