Skip to content

Commit

Permalink
Feat(devscripts): remove html directory after building all docs
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Aug 5, 2017
1 parent 8a159f8 commit 4d56c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devscripts/build-all-docs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PROG_DIR="`pwd`" &&
cd "$PROG_DIR"/SQLObject &&
build_docs 3.4.0 &&
build_docs master devel &&
rm -rf docs/html &&

cd ../SQLObject-docs &&
exec sitemap_gen.py --config="$PROG_DIR"/sqlobject.org-sitemapconfig.xml

0 comments on commit 4d56c7e

Please sign in to comment.