We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad2f12 commit c659dbaCopy full SHA for c659dba
bin/build_manpage
@@ -4,5 +4,5 @@ set -e
4
5
pushd docs
6
make man
7
-echo "manpage located at $(realpath _build/man/docs.1)"
+echo "manpage located at $(realpath _build/man/documentation.1)"
8
popd
debian/rules
@@ -10,7 +10,7 @@ build:
10
venv/bin/pip install wheel
11
venv/bin/pip install -r requirements/development.txt
12
bash -c 'source venv/bin/activate; bin/build_manpage'
13
- mv docs/_build/man/docs.1 docs/_build/man/hypernode.3
+ mv docs/_build/man/documentation.1 docs/_build/man/hypernode.3
14
15
override_dh_usrlocal:
16
0 commit comments