commit | b98fe5a87fa0b58daf8614de24b9171c1dcb6076 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 22 10:58:38 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 22 10:58:38 2008 +0000 |
tree | 3db0f6f312930a23c5a358eaf95c5fb4296722f7 | |
parent | 17baef0b7c7986619b7db46c70239f6b1a7d6a8f [diff] [blame] |
Allow giving source names on the cmdline.
diff --git a/Doc/Makefile b/Doc/Makefile index 64a1b2f..5cfe635 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -8,9 +8,10 @@ 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