bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Sun, 17 Oct 2010 21:10:44 +0200
changeset 6528 6c6859a67673
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] generate doc in cw/doc/html and include html files in cubicweb-documentation

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])