X-Git-Url: https://git.cweiske.de/ouya-store-api.git/blobdiff_plain/c6dd0441a3548eaf362405454fcf7eee9617c271..02617d7998a317c262db625893024ed0da8e6b28:/build.sh diff --git a/build.sh b/build.sh index 3c4854e..5e526f0 100755 --- a/build.sh +++ b/build.sh @@ -1,10 +1,11 @@ #!/bin/sh #rst2html README.rst ouya-store-api-docs.htm +# --title: workaround for https://github.com/marianoguerra/rst2html5/issues/70 rst2html5\ --bootstrap-css\ --stylesheet-path=styles.css --embed-stylesheet\ + --title="OUYA store API documentation"\ README.rst ouya-store-api-docs.htm -# workaround for https://github.com/marianoguerra/rst2html5/issues/70 -sed -i 's##OUYA store API documentation#'\ - ouya-store-api-docs.htm +# add current date to rendered docs +sed -i "s/##UPDATE##/`date -Is`/" ouya-store-api-docs.htm