From: Georg Brandl Date: Sat, 22 Mar 2008 10:58:38 +0000 (+0000) Subject: Allow giving source names on the cmdline. X-Git-Tag: v2.6a2~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b98fe5a87fa0b58daf8614de24b9171c1dcb6076;p=thirdparty%2FPython%2Fcpython.git Allow giving source names on the cmdline. --- diff --git a/Doc/Makefile b/Doc/Makefile index 64a1b2fe048d..5cfe635b4d2a 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -8,9 +8,10 @@ PYTHON = python SVNROOT = http://svn.python.org/projects SPHINXOPTS = PAPER = +SOURCES = ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \ - $(SPHINXOPTS) . build/$(BUILDER) + $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES) .PHONY: help checkout update build html web htmlhelp clean coverage