[Checkins] SVN: zopetoolkit/doc/Makefile Make make quickhtml work.
    Marius Gedminas 
    marius at pov.lt
       
    Fri Oct  1 14:59:21 EDT 2010
    
    
  
Log message for revision 117138:
  Make make quickhtml work.
  
  Sphinx options must come before the source & destination directories, which
  are included in $(ALLSPHINXOPTS).
  
  Config values provided with -D are always strings, so 'False' evaluates to
  a true value in a boolean context.
  
  
Changed:
  U   zopetoolkit/doc/Makefile
-=-
Modified: zopetoolkit/doc/Makefile
===================================================================
--- zopetoolkit/doc/Makefile	2010-10-01 18:11:50 UTC (rev 117137)
+++ zopetoolkit/doc/Makefile	2010-10-01 18:59:21 UTC (rev 117138)
@@ -40,7 +40,7 @@
 
 quickhtml:
 	mkdir -p build/html build/doctrees
-	$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) -D buildbot_check=False build/html
+	$(SPHINXBUILD) -b html -D buildbot_check= $(ALLSPHINXOPTS) build/html
 	@echo
 	@echo "Build finished. The HTML pages are in build/html."
 
    
    
More information about the checkins
mailing list