Skip to content

Instantly share code, notes, and snippets.

@cwilper
Created August 8, 2014 13:01
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 cwilper/992ab13e0ee952245e33 to your computer and use it in GitHub Desktop.
Save cwilper/992ab13e0ee952245e33 to your computer and use it in GitHub Desktop.
Build sonatype/nexus-book in EPUB Format
#!/bin/bash
set -e
echo "Converting images if needed"
cd figs
./convert.sh
cd ..
echo "Building epub version of book"
mkdir -p target
a2x -k -f epub -D target book-nexus.asciidoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment