From a3cbfb602cd4e9d1592c6720582343ebb40f033d Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 13 Feb 2015 23:31:12 -0600 Subject: [PATCH] no more epydoc --- Makefile | 7 ------- VERSION | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 5454c8f0..bd15efbc 100644 --- a/Makefile +++ b/Makefile @@ -17,11 +17,6 @@ clean: find ./applications/examples/ -name '.*' -exec rm -f {} \; find ./applications/welcome/ -name '.*' -exec rm -f {} \; find ./ -name '*.pyc' -exec rm -f {} \; -epydoc: - ### build epydoc - rm -f -r applications/examples/static/epydoc/ - epydoc --config extras/epydoc/epydoc.conf - cp applications/examples/static/title.png applications/examples/static/epydoc tests: python web2py.py --run_system_tests coverage: @@ -51,8 +46,6 @@ src: rm -rf applications/admin/uploads/* rm -rf applications/welcome/uploads/* rm -rf applications/examples/uploads/* - ### NO MORE make epydoc - # make epydoc ### make welcome layout and appadmin the default cp applications/welcome/views/appadmin.html applications/admin/views cp applications/welcome/views/appadmin.html applications/examples/views diff --git a/VERSION b/VERSION index ee9e4f87..a7a33f3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.9.12-stable+timestamp.2015.02.13.23.30.27 +Version 2.9.12-stable+timestamp.2015.02.13.23.31.09