Home
last modified time | relevance | path

Searched refs:RST2HTML (Results 1 – 1 of 1) sorted by relevance

/petsc/src/binding/petsc4py/ !
H A Dmakefile106 RST2HTML = $(shell command -v rst2html || command -v rst2html.py || false) macro
112 ${RST2HTML} ${RST2HTMLOPTS} ./LICENSE.rst > docs/LICENSE.html
113 ${RST2HTML} ${RST2HTMLOPTS} ./CHANGES.rst > docs/CHANGES.html
114 ${RST2HTML} ${RST2HTMLOPTS} docs/index.rst > docs/index.html