File: build_igor_asciidoc.sh

package info (click to toggle)
igor 1.4.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,116 kB
  • sloc: cpp: 12,453; python: 1,047; sh: 124; makefile: 33
file content (4 lines) | stat: -rwxr-xr-x 270 bytes parent folder | download | duplicates (3)
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."