Skip to content

Instantly share code, notes, and snippets.

@gscheibel
Created October 8, 2014 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gscheibel/840f163c9d80eeab5a81 to your computer and use it in GitHub Desktop.
Save gscheibel/840f163c9d80eeab5a81 to your computer and use it in GitHub Desktop.
build hsearch doc
function hibernateStyle() {
cd ~/labs/asciidoctor-stylesheet-factory
compass compile
cp stylesheets/hibernate.css ~/labs/hibernate-search/documentation/src/main/asciidoc/
}
function buildDoc() {
hibernateStyle
cd ~/labs/hibernate-search/documentation/src/main/asciidoc/
asciidoctor -a stylesheet=hibernate.css -a stylesdir=./ -a linkcss index.asciidoc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment