My experience using Asciidoctor with a windows documentation toolchain
Posted by
jnilo on
Feb 29, 2016; 9:34pm
URL: https://discuss.asciidoctor.org/My-experience-using-Asciidoctor-with-a-windows-documentation-toolchain-tp4443.html
Please find here some information about the gcbasic documentation that was published in different formats starting from a set of asciidoctor files.
The adoc source files are
hereOn my windows 7 machine the directory structure is organized as follows
\source
\output
\prog
\utils
prog contains ruby, docbook-xls-ns, ant and saxon
utils contains hhc
java needs to be installed.
The windows command file gcbdoc.bat is
here. Needs to be adapted to your specific case but it shoes the idea.
gcbdoc gcbasic all
generates all the format in output subdir at once. The result is
here.
Hope it will help someone.
And thanks to Dan for his great program & support !
Jacques