[yum-commits] Branch 'yum-3_2_X' - Makefile
Tim Lauridsen
timlau at osuosl.org
Thu May 7 12:58:55 UTC 2009
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 74c455331e1fdc28cdc6d06a7ab005c743647172
Author: Tim Lauridsen <tim at localhost.localdomain>
Date: Thu May 7 14:51:57 2009 +0200
Added '--graph all' to epydoc Makefile target.
- epydoc, graphviz % graphviz-python needed to use it.
- type 'make epydoc' and the nice API doc is generated under docs/epydoc
diff --git a/Makefile b/Makefile
index 366e6b8..07e5d29 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ install:
DOCS = yum rpmUtils callback.py yumcommands.py shell.py output.py cli.py \
yummain.py
docs:
- epydoc -n yum -o docs/epydoc -u http://linux.duke.edu/projects/yum $(DOCS)
+ epydoc -n yum -o docs/epydoc -u http://linux.duke.edu/projects/yum $(DOCS) --graph all
doccheck:
epydoc --check $(DOCS)
More information about the Yum-commits
mailing list