[Checkins] SVN: developer_docs/trunk/Makefile make this work for the buildout by default, without having to export SPHINXBUILD manually

Chris Withers chris at simplistix.co.uk
Fri Apr 3 10:26:37 EDT 2009


Log message for revision 98840:
  make this work for the buildout by default, without having to export SPHINXBUILD manually

Changed:
  U   developer_docs/trunk/Makefile

-=-
Modified: developer_docs/trunk/Makefile
===================================================================
--- developer_docs/trunk/Makefile	2009-04-03 14:01:53 UTC (rev 98839)
+++ developer_docs/trunk/Makefile	2009-04-03 14:26:36 UTC (rev 98840)
@@ -3,7 +3,7 @@
 
 # You can set these variables from the command line.
 SPHINXOPTS    =
-SPHINXBUILD   = sphinx-build
+SPHINXBUILD   = bin/sphinx-build
 PAPER         =
 
 # Internal variables.



More information about the Checkins mailing list