Skip to content

Commit

Permalink
[IMP] no need to cd in the doc folder, just use -C
Browse files Browse the repository at this point in the history
bzr revid: xmo@openerp.com-20110907061212-renpsn79r7i7je75
  • Loading branch information
xmo-odoo committed Sep 7, 2011
1 parent 87e04dd commit 43cf7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43cf7fc

Please sign in to comment.