Skip to content

Commit

Permalink
docs: integrate Makefile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svinota committed Nov 13, 2014
1 parent 53fa0b6 commit 5b2c00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ clean: clean-version
rm -rf dist build MANIFEST
rm -f docs/general.rst
rm -f docs/changelog.rst
rm -f docs/makefile.rst
rm -rf docs/_build/html
rm -f tests/.coverage
rm -rf tests/htmlcov
Expand All @@ -96,6 +97,7 @@ update-version: setup.py docs/conf.py

docs: clean force-version
cp README.md docs/general.rst
cp README.make.md docs/makefile.rst
cp CHANGELOG.md docs/changelog.rst
export PYTHONPATH=`pwd`; make -C docs html

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ General information

general
changelog
makefile
migration

Netlink protocol
Expand Down

0 comments on commit 5b2c00a

Please sign in to comment.