chore(make): manpage requirements are now in requirements

This commit is contained in:
2025-07-15 13:57:35 +02:00
parent bdf74f2deb
commit b7e948954b

View File

@@ -421,7 +421,6 @@ manpage:
source venv/bin/activate && \
echo "==> Installing requirements in the virtual env..." && \
pip install -qq -r requirements.txt && \
pip install -qq -r manpage_requirements.txt && \
echo "==> Generating manpage..." && \
MANPAGE=true mkdocs build && \
rm -rf site &&