Skip to content
Snippets Groups Projects
Commit 6932592e authored by Antony Lesuisse's avatar Antony Lesuisse
Browse files

[FIX] documentation update README

bzr revid: al@openerp.com-20110906192004-k2ozevvq1pg1b45c
parent 34166636
No related branches found
No related tags found
No related merge requests found
.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
OpenERP Web
-----------
to build documentation:
To build the documentation use:
cd doc
make html
$ make doc
then look at doc/build/html/index.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment