Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/build_manpage
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e

pushd docs
make man
echo "manpage located at $(realpath _build/man/docs.1)"
echo "manpage located at $(realpath _build/man/documentation.1)"
popd
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
venv/bin/pip install wheel
venv/bin/pip install -r requirements/development.txt
bash -c 'source venv/bin/activate; bin/build_manpage'
mv docs/_build/man/docs.1 docs/_build/man/hypernode.3
mv docs/_build/man/documentation.1 docs/_build/man/hypernode.3

override_dh_usrlocal:

Expand Down