[FIX] documentation update README
authorAntony Lesuisse <al@openerp.com>
Tue, 6 Sep 2011 19:20:04 +0000 (21:20 +0200)
committerAntony Lesuisse <al@openerp.com>
Tue, 6 Sep 2011 19:20:04 +0000 (21:20 +0200)
bzr revid: al@openerp.com-20110906192004-k2ozevvq1pg1b45c

Makefile
README.web

index 1d4f619..48b00b7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
 
index eec2d2a..72393ba 100644 (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