From 396420863ffd6181486f78b7d7cf78861a2ba74d Mon Sep 17 00:00:00 2001 From: Hans Linkels Date: Tue, 24 May 2016 00:25:58 +0000 Subject: [PATCH] Added the executable path for sphinx-build on Linux --- en/Makefile | 2 ++ ru/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/Makefile b/en/Makefile index ae732c8..8b45183 100644 --- a/en/Makefile +++ b/en/Makefile @@ -5,6 +5,8 @@ SPHINXOPTS = ifeq ($(UNAME),Darwin) SPHINXBUILD = sphinx-build +else if ($(UNAME),Linux) + SPHINXBUILD = sphinx-build else SPHINXBUILD = /usr/lib/python-exec/python2.7/sphinx-build endif diff --git a/ru/Makefile b/ru/Makefile index ae732c8..8b45183 100644 --- a/ru/Makefile +++ b/ru/Makefile @@ -5,6 +5,8 @@ SPHINXOPTS = ifeq ($(UNAME),Darwin) SPHINXBUILD = sphinx-build +else if ($(UNAME),Linux) + SPHINXBUILD = sphinx-build else SPHINXBUILD = /usr/lib/python-exec/python2.7/sphinx-build endif