Mercurial > moin > 1.9
changeset 2056:fca8ed243a88
fixed Makefile for epydoc 3.0
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 10 Jun 2007 23:49:10 +0200 |
parents | 087bdf9de399 |
children | 5e47b9a9df08 42b85d3d3f8f |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sun Jun 10 23:13:41 2007 +0200 +++ b/Makefile Sun Jun 10 23:49:10 2007 +0200 @@ -36,7 +36,7 @@ # Create documentation epydoc: patchlevel - @epydoc -o ../html-1.7 -n MoinMoin -u http://moinmo.in MoinMoin + @epydoc -o ../html-1.7 --name=MoinMoin --url=http://moinmo.in/ --graph=all --graph-font=Arial MoinMoin # Create new underlay directory from MoinMaster # Should be used only on TW machine