Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Do not force sphinx-build2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Feb 12, 2016
1 parent 84cde4a commit 1f8ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ gh-pages:
rm -rf build _sources _static
git checkout master $(GH_PAGES_SOURCES)
git reset HEAD
make SPHINXBUILD=sphinx-build2 html latexpdf epub
make html latexpdf epub
mv -fv build/html/* ./
mv -fv build/latex/AnIntroductiontolibuv.pdf "./An Introduction to libuv.pdf"
mv -fv build/epub/AnIntroductiontolibuv.epub "./An Introduction to libuv.epub"
Expand Down

0 comments on commit 1f8ba40

Please sign in to comment.