We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e9f53e + ae9d94a commit 791fba0Copy full SHA for 791fba0
.gitignore
@@ -59,6 +59,7 @@ static-updates
59
# Documentation
60
docs/_build
61
docs/images/*
62
+docs/kalite.1.gz
63
64
# oh-my-zsh convention for automatically
65
# switching on a venv
Makefile
@@ -73,6 +73,7 @@ docs:
73
# sphinx-apidoc -o docs/ ka-lite-gtk
74
$(MAKE) -C docs clean
75
$(MAKE) -C docs html
76
+ cli2man bin/kalite -o docs/kalite.1.gz
77
# open docs/_build/html/index.html
78
79
assets:
requirements_dev.txt
@@ -3,3 +3,4 @@ werkzeug # Not sure about version
3
django-debug-toolbar # Version was not described in previously bundled files, used by kalite.testing app
4
pep8
5
sphinx
6
+cli2man
0 commit comments