Skip to content

Commit

Permalink
Separating documentation build from deb package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Live session user committed Jul 26, 2011
1 parent 4e535a8 commit 02e2a02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ cp setup.py src
sudo python setup.py install
python version.py

# make apidocs
cd ..
sudo pydoctor --add-package=retriever --make-html
sudo mv apidocs retriever
cd retriever

# build deb package
sudo python setup.py --command-packages=stdeb.command bdist_deb
sudo rm retriever.egg-info build dist __init__.pyc -rf
Expand Down
5 changes: 5 additions & 0 deletions make_docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# make apidocs
cd ..
sudo pydoctor --add-package=retriever --make-html
sudo mv apidocs retriever
cd retriever

0 comments on commit 02e2a02

Please sign in to comment.