Skip to content

Commit

Permalink
Merge pull request #4881 from benjaoming/manpages-in-sdist
Browse files Browse the repository at this point in the history
Manpages in sdist
  • Loading branch information
benjaoming committed Feb 22, 2016
2 parents 6488c7e + d657999 commit 9502bf9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -60,7 +60,6 @@ secretkey.txt
# Documentation
docs/_build
docs/images/*
docs/kalite.1.gz

# oh-my-zsh convention for automatically
# switching on a venv
Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in.dist
Expand Up @@ -33,3 +33,5 @@ recursive-exclude python-packages *pyc

# Docs
recursive-include docs/_build/html *
include docs/kalite.1.gz

2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -92,7 +92,7 @@ assets:
bin/kalite manage syncdb --noinput
bin/kalite manage migrate

release: clean docs assets
release: clean docs assets man
python setup.py sdist --formats=gztar,zip upload --sign
python setup.py sdist --formats=gztar,zip upload --sign --static
ls -l dist
Expand Down
Binary file added docs/kalite.1.gz
Binary file not shown.

0 comments on commit 9502bf9

Please sign in to comment.