[Buildbot-commits] buildbot ChangeLog, 1.686, 1.687 Makefile, 1.18, 1.19

Brian Warner warner at users.sourceforge.net
Sun Jul 16 03:34:23 UTC 2006


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3483

Modified Files:
	ChangeLog Makefile 
Log Message:
[project @ Makefile: add some-apidocs target]

Original author: warner at lothar.com
Date: 2006-07-16 03:33:39

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -d -r1.686 -r1.687
--- ChangeLog	16 Jul 2006 03:34:13 -0000	1.686
+++ ChangeLog	16 Jul 2006 03:34:21 -0000	1.687
@@ -1,5 +1,7 @@
 2006-07-15  Brian Warner  <warner at lothar.com>
 
+	* Makefile (some-apidocs): new target to build only some epydocs
+
 	* setup.py: minor comment.. does the classifiers= argument prevent
 	the setup.py script from working on python2.2/2.3?
 

Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- Makefile	3 Jan 2006 09:26:41 -0000	1.18
+++ Makefile	16 Jul 2006 03:34:21 -0000	1.19
@@ -33,8 +33,11 @@
 .PHONY: docs apidocs paper
 docs:
 	$(MAKE) -C docs buildbot.info
+
 apidocs:
 	PYTHONPATH=.:$(T) python docs/epyrun -o docs/reference
+some-apidocs:
+	PYTHONPATH=.:$(T) python docs/epyrun -o docs/reference --modules $(EPYDOCS)
 paper:
 	$(MAKE) -C docs/PyCon-2003 all
 





More information about the Commits mailing list