Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Kliks committed Aug 14, 2014
1 parent eb3b26d commit 9e7592c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -17,6 +17,7 @@ test-doc:
# ignore warnings about missing subdirs - cloned from another repositories
mkdir ./doc/optional_modules/assets/ 2>/dev/null
mkdir ./doc/optional_modules/pricing/ 2>/dev/null
mkdir -p www/_build/html/ 2>/dev/null
echo "test\n=====" > ./doc/optional_modules/assets/index.rst
echo "test\n=====" > ./doc/optional_modules/pricing/index.rst
cd ./doc && make html
Expand Down

0 comments on commit 9e7592c

Please sign in to comment.