Skip to content

Commit

Permalink
Fixed make docs. HTML output is moved to build/docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwtbuxton authored and defnull committed Jul 19, 2010
1 parent 94f8185 commit 04fbf2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -12,9 +12,9 @@ html_coverage:

docs:
cd apidoc/; $(MAKE) html
mkdir -p build/docs
rm -r build/docs/*
cp -a apidoc/html/* build/docs/
mkdir -p build
rm -rf build/docs
mv apidoc/html build/docs

release:
python setup.py release sdist upload
Expand Down

0 comments on commit 04fbf2f

Please sign in to comment.