Skip to content

Commit

Permalink
Fine tune html output
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Aug 28, 2015
1 parent ed92b3e commit 815cbcf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tohtml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#!/bin/bash

asciidoctor -a linkcss -s -a data-uri README.adoc
asciidoctor -a linkcss -s README.adoc

cd basic
asciidoctor -a linkcss -s -a data-uri README.adoc
asciidoctor -a linkcss -s README.adoc

cd ../hypermedia
asciidoctor -a linkcss -s -a data-uri README.adoc
asciidoctor -a linkcss -s README.adoc

cd ../conditional
asciidoctor -a linkcss -s -a data-uri README.adoc
asciidoctor -a linkcss -s README.adoc

cd ../events
asciidoctor -a linkcss -s -a data-uri README.adoc
asciidoctor -a linkcss -s README.adoc

cd ../security
asciidoctor -a linkcss -s -a data-uri README.adoc
asciidoctor -a linkcss -s README.adoc

0 comments on commit 815cbcf

Please sign in to comment.