Skip to content

Commit

Permalink
Update Makefile rule for tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed May 24, 2017
1 parent 092e855 commit 5c706ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ html:
tutorials: clean
-doxygen Doxyfile
# Start the docker container
nvidia-docker run -d -it --name rr --env="DISPLAY=:0.0" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" -p 9000:9000 qiuwch/rr
sphinx-build -n -b html . _build/html
docker stop rr
-nvidia-docker run -d -it --name rr --env="DISPLAY=:0.0" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" -p 9000:9000 qiuwch/rr /home/unrealcv/LinuxNoEditor/RealisticRendering/Binaries/Linux/RealisticRendering
sleep 2
-sphinx-build -n -b html . _build/html
docker stop rr; docker rm rr
xdg-open _build/html/index.html

clean: # Clear artifacts
Expand Down

0 comments on commit 5c706ee

Please sign in to comment.