Skip to content

Commit

Permalink
Building docs is too tedious to do on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Oct 3, 2011
1 parent 09bbcfe commit 87d3689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ cd "$TMP" \
fi) \
&& (if [ "$make" = "NOMAKE" ]; then
(exit 0)
elif "$make" clean install; then
elif "$make" uninstall install; then
(exit 0)
else
make="NOMAKE"
Expand Down

0 comments on commit 87d3689

Please sign in to comment.