diff --git a/.gitignore b/.gitignore index 282ebe32..f05b8d06 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ compile main.log main.trs test-suite.log +build-release \ No newline at end of file diff --git a/makerelease-osx.mk b/makerelease-osx.mk index 28548a73..08440308 100644 --- a/makerelease-osx.mk +++ b/makerelease-osx.mk @@ -28,7 +28,7 @@ # - $ cd build-release # - $ virtualenv . # - $ . bin/activate -# - $ pip install sphinx-build +# - $ pip install -U sphinx # - $ ln -s ../makerelease-os.mk Makefile # - $ make #