Skip to content

Commit 791fba0

Browse files
committed
Merge pull request #4618 from benjaoming/manpage
automatically generate a manpage and put it in docs/
2 parents 7e9f53e + ae9d94a commit 791fba0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ static-updates
5959
# Documentation
6060
docs/_build
6161
docs/images/*
62+
docs/kalite.1.gz
6263

6364
# oh-my-zsh convention for automatically
6465
# switching on a venv

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ docs:
7373
# sphinx-apidoc -o docs/ ka-lite-gtk
7474
$(MAKE) -C docs clean
7575
$(MAKE) -C docs html
76+
cli2man bin/kalite -o docs/kalite.1.gz
7677
# open docs/_build/html/index.html
7778

7879
assets:

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ werkzeug # Not sure about version
33
django-debug-toolbar # Version was not described in previously bundled files, used by kalite.testing app
44
pep8
55
sphinx
6+
cli2man

0 commit comments

Comments
 (0)