Codebase list igor / e5db18ac-388f-45fd-ab47-f81cc6450f73/main build_igor_asciidoc.sh
e5db18ac-388f-45fd-ab47-f81cc6450f73/main

Tree @e5db18ac-388f-45fd-ab47-f81cc6450f73/main (Download .tar.gz)

build_igor_asciidoc.sh @e5db18ac-388f-45fd-ab47-f81cc6450f73/mainraw · history · blame

1
2
3
4
#!/bin/bash
echo "Building HTML output for IGoR asciidoc documentation..."
asciidoctor --doctype=article --backend=html --destination-dir=./docs/ --out-file=index.html -linkcss -a stylesheet=golo.css -a stylesdir=../ ./docs/asciidoc/IGoR_documentation.adoc
echo "Done."