[renpy] 12/30: Fix the path to sphinx/source

Markus Koschany apo at moszumanska.debian.org
Sat Dec 2 23:20:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository renpy.

commit 00feca96e6ecdcf3f6d2b14b0c295f119eb7d708
Author: Markus Koschany <apo at debian.org>
Date:   Sat Dec 2 22:07:22 2017 +0100

    Fix the path to sphinx/source
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 66ce7c2..c4e0384 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ override_dh_auto_build:
 		LDFLAGS="$(LDFLAGS) $(LDFLAGS2)" \
 		cd module && python$* setup.py build
 	export http_proxy=127.0.0.1:9
-	PYTHONPATH=. sphinx-build -N -bhtml sphinx/ build/html # HTML generator
+	PYTHONPATH=. sphinx-build -N -bhtml sphinx/source/ build/html # HTML generator
 
 override_dh_auto_install:
 	export RENPY_DEPS_INSTALL=$(RENPY_DEPS_INSTALL) ; \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/renpy.git



More information about the Pkg-games-commits mailing list