diff --git a/Makefile b/Makefile index 472d89b5..864d37ec 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +all: + echo "The Makefile is used to build the distribution." + echo "In order to run web2py you do not need to make anything." + echo "just run web2py.py" clean: rm -f httpserver.log rm -f parameters*.py @@ -13,10 +17,6 @@ clean: find ./applications/examples/ -name '.*' -exec rm -f {} \; find ./applications/welcome/ -name '.*' -exec rm -f {} \; find ./ -name '*.pyc' -exec rm -f {} \; -all: - echo "The Makefile is used to build the distribution." - echo "In order to run web2py you do not need to make anything." - echo "just run web2py.py" epydoc: ### build epydoc rm -f -r applications/examples/static/epydoc/ diff --git a/VERSION b/VERSION index e2ad51cb..26abe865 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-23 11:11:38) dev +Version 2.00.0 (2012-08-23 12:44:28) dev