Skip to content

Commit

Permalink
[FIX] documentation update README
Browse files Browse the repository at this point in the history
  • Loading branch information
antonylesuisse committed Sep 6, 2011
1 parent 3416663 commit 6932592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all release clean
.PHONY: all doc release clean

HOST = 127.0.0.1
PORT = 8080
Expand All @@ -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

5 changes: 2 additions & 3 deletions README.web
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6932592

Please sign in to comment.