Skip to content

Commit 283004d

Browse files
authored
Merge branch 'master' into intigriti
2 parents dfdc565 + c1d35f4 commit 283004d

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)