Updated documentation.

This commit is contained in:
Erik C. Thauvin 2016-07-17 18:04:31 -07:00
parent 6dbd1d9746
commit 20e2505ca5
4 changed files with 10 additions and 7 deletions

View file

@ -205,7 +205,7 @@ task release(dependsOn: ['wrapper', 'clean', 'deploy']) << {
task pandoc(type: Exec) {
group = 'Documentation'
def pandoc_args = []
def pandoc_args = ['--from', 'markdown_github', '--to', 'html5', '-s', '-c', 'github-pandoc.css', '-o', 'README.html', 'README.md']
if (Os.isFamily(Os.FAMILY_WINDOWS))
{
commandLine(['cmd', '/c', 'pandoc'] + pandoc_args)