Skip to content

Commit

Permalink
fix relpath for compile-docs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daler committed Aug 2, 2015
1 parent 7072d8a commit 67a030f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tools/compile-docs.sh
@@ -1 +1,7 @@
cd docs && make clean && make html && cd build/html && zip -r docs.zip .
(
cd ../docs \
&& make clean \
&& make html \
&& cd build/html \
&& zip -r docs.zip .
)

0 comments on commit 67a030f

Please sign in to comment.