Skip to content

Commit c659dba

Browse files
committed
Fix build scripts for manpages
The documentation name has been changed from docs to documentation recently, so has the resulting name of the manpage file.
1 parent 9ad2f12 commit c659dba

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)