Skip to content

Commit

Permalink
automatically generate a manpage and put it in docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Oct 13, 2015
1 parent 7e9f53e commit ae9d94a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static-updates
# Documentation
docs/_build
docs/images/*
docs/kalite.1.gz

# oh-my-zsh convention for automatically
# switching on a venv
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ docs:
# sphinx-apidoc -o docs/ ka-lite-gtk
$(MAKE) -C docs clean
$(MAKE) -C docs html
cli2man bin/kalite -o docs/kalite.1.gz
# open docs/_build/html/index.html

assets:
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ werkzeug # Not sure about version
django-debug-toolbar # Version was not described in previously bundled files, used by kalite.testing app
pep8
sphinx
cli2man

This comment has been minimized.

Copy link
@MCGallaspy

MCGallaspy Oct 16, 2015

Contributor

Doesn't play nicely on Windows, we found out: tobimensch/cli2man#4

0 comments on commit ae9d94a

Please sign in to comment.