python3-*

This commit is contained in:
Rmys
2021-10-22 17:46:11 +03:00
parent f637729d46
commit fc5133d319
126 changed files with 1120 additions and 177 deletions
@@ -15,10 +15,10 @@ examples = "%s/%s/examples" % (get.docDIR(), get.srcNAME())
def build():
pythonmodules.compile(pyVer="3")
# build documentation
shelltools.cd("docs")
autotools.make("html")
#shelltools.cd("docs")
autotools.make("-C docs html PYTHONPATH=$(pwd)/src SPHINXBUILD=sphinx-build ")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
pisitools.dohtml("docs/_build/html/*")
pisitools.dohtml("docs/_build/html/*")