From 43cf7fc5670a0f3faa6a38de768e4ea69580c8e9 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 7 Sep 2011 08:12:12 +0200 Subject: [PATCH] [IMP] no need to cd in the doc folder, just use -C bzr revid: xmo@openerp.com-20110907061212-renpsn79r7i7je75 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48b00b73822..9e84e356aaf 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ clean: @rm -rf *.egg-info doc: - cd doc; make html + make -C doc 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