[IMP] no need to cd in the doc folder, just use -C

bzr revid: xmo@openerp.com-20110907061212-renpsn79r7i7je75
This commit is contained in:
Xavier Morel 2011-09-07 08:12:12 +02:00
parent 87e04ddc87
commit 43cf7fc567
1 changed files with 1 additions and 1 deletions

View File

@ -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