[yum-cvs] yum Makefile,1.15,1.15.2.1

Luke Macken lmacken at linux.duke.edu
Mon Oct 30 20:36:07 UTC 2006


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv28757

Modified Files:
      Tag: yum-3_0_X
	Makefile 
Log Message:
Add docs target to Makefile for epydoc generation

Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum/Makefile,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -r1.15 -r1.15.2.1
--- Makefile	12 Jul 2006 04:31:05 -0000	1.15
+++ Makefile	30 Oct 2006 20:36:05 -0000	1.15.2.1
@@ -32,6 +32,13 @@
 
 	for d in $(SUBDIRS); do make PYTHON=$(PYTHON) DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
 
+.PHONY: docs
+docs:
+	epydoc -n yum -o docs/epydoc -u http://linux.duke.edu/projects/yum \
+			yum yum-updatesd.py rpmUtils callback.py progress_meter.py \
+			yumcommands.py shell.py translate.py output.py i18n.py cli.py \
+			yummain.py
+
 archive: remove_spec = ${PKGNAME}-daily.spec
 archive: _archive
 




More information about the Yum-cvs-commits mailing list