[FIX] documentation update README

bzr revid: al@openerp.com-20110906192004-k2ozevvq1pg1b45c
This commit is contained in:
Antony Lesuisse 2011-09-06 21:20:04 +02:00
parent 3416663637
commit 6932592e26
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.PHONY: all release clean
.PHONY: all doc release clean
HOST = 127.0.0.1
PORT = 8080
@ -23,6 +23,9 @@ clean:
@rm -rf dist
@rm -rf *.egg-info
doc:
cd doc; make html
cloc:
cloc addons/*/common/*.py addons/*/controllers/*.py addons/*/static/src/*.js addons/*/static/src/js/*.js addons/*/static/src/css/*.css addons/*/static/src/xml/*.xml

View File

@ -1,10 +1,9 @@
OpenERP Web
-----------
to build documentation:
To build the documentation use:
cd doc
make html
$ make doc
then look at doc/build/html/index.html