From 612b50345389acbbfdcb30a23051e23e9860e4c8 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 7 Mar 2009 22:49:28 +0000 Subject: doc/Makefile: fix bug in PYTHONPATH specification --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile index 91298374a..47ee1fb01 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -49,7 +49,7 @@ clean: INSTALL_DIR = $(CURDIR)/build/inst-dist/ INSTALL_PPH = $(INSTALL_DIR)/lib/python$(PYVER)/site-packages:$(INSTALL_DIR)/local/lib/python$(PYVER)/site-packages:$(INSTALL_DIR)/lib/python$(PYVER)/dist-packages:$(INSTALL_DIR)/local/lib/python$(PYVER)/dist-packages -DIST_VARS=SPHINXBUILD="LANG=C $(PYTHON) `which sphinx-build`" PYTHON="PYTHONPATH=$(INSTALL_PPH) python$(PYVER)" +DIST_VARS=SPHINXBUILD="LANG=C PYTHONPATH=$(INSTALL_PPH) python$(PYVER) `which sphinx-build`" PYTHON="PYTHONPATH=$(INSTALL_PPH) python$(PYVER)" UPLOAD_TARGET = $(USER)@docs.scipy.org:/home/docserver/www-root/doc/numpy/ -- cgit v1.2.1