
python-checkins at python
Aug 22, 2006, 4:14 PM
Views: 69
Permalink
|
|
r51498 - sandbox/trunk/Doc/Makefile
|
|
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) $< >$@ _______________________________________________ Python-checkins mailing list Python-checkins[at]python.org http://mail.python.org/mailman/listinfo/python-checkins
|