[Python-checkins] r51498 - sandbox/trunk/Doc/Makefile

andrew.kuchling python-checkins at python.org
Wed Aug 23 01:14:31 CEST 2006


Author: andrew.kuchling
Date: Wed Aug 23 01:14:31 2006
New Revision: 51498

Modified:
   sandbox/trunk/Doc/Makefile
Log:
Change Makefile to build threading

Modified: sandbox/trunk/Doc/Makefile
==============================================================================
--- sandbox/trunk/Doc/Makefile	(original)
+++ sandbox/trunk/Doc/Makefile	Wed Aug 23 01:14:31 2006
@@ -2,7 +2,7 @@
 SOURCES =	$(shell echo *.rst)
 RSTARGS = --input-encoding=utf-8
 
-all: functional.html
+all: threading.html
 
 %.html: %.rst
 	rst2html.py $(RSTARGS) $< >$@


More information about the Python-checkins mailing list