Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 577 Bytes

build.md

File metadata and controls

22 lines (14 loc) · 577 Bytes

Generating Docs

Dependencies

Transform Markdown to XML etc.

Inside the working copy of the repo perform (current practice):

bash ./build

which does the following:

bash pandoc2rfc -R -t template.xml -x transform.xsl back.mkd middle.mkd && mv draft.txt draft-unpaginated.txt && for i in H N T X; do bash pandoc2rfc -$i -t template.xml -x transform.xsl back.mkd middle.mkd; done