From 6932592e268055cdbdd91b2a23930782a551d507 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Tue, 6 Sep 2011 21:20:04 +0200 Subject: [PATCH] [FIX] documentation update README bzr revid: al@openerp.com-20110906192004-k2ozevvq1pg1b45c --- Makefile | 5 ++++- README.web | 5 ++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1d4f6194a88..48b00b73822 100644 --- 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 diff --git a/README.web b/README.web index eec2d2a1896..72393bacd34 100644 --- a/README.web +++ b/README.web @@ -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