Skip to content
Snippets Groups Projects
Commit d498e808 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

Setting both HOME and MPLCONFIGDIR while building documentation (slipped...

Setting both HOME and MPLCONFIGDIR while building documentation (slipped through fingers somehow) (Close: #580727).
parent 0325be3c
No related merge requests found
scikit-learn (0.3-2) unstable; urgency=low
* Setting both HOME and MPLCONFIGDIR while building documentation
(slipped through fingers somehow) (Closes: #580727).
-- Yaroslav Halchenko <debian@onerussian.com> Sat, 08 May 2010 00:35:59 -0400
scikit-learn (0.3-1) unstable; urgency=low
* Fresh upstream release.
......
......@@ -16,7 +16,8 @@ override_dh_auto_build:
dh_auto_build
: # Build Documentation
ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
PYTHONPATH=`/bin/ls -d $$PWD/build/lib.*$(PYVER)` $(MAKE) -C doc html
export PYTHONPATH=`/bin/ls -d $$PWD/build/lib.*$(PYVER)` MPLCONFIGDIR=$(CURDIR)/build HOME=$(CURDIR)/build; \
cd doc; $(MAKE) html
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment