Skip to content

Commit

Permalink
WIP Initial draft of DocBook build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
terales committed Jan 25, 2018
1 parent 82cace8 commit cb177d0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docbook/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

# Sources of the documentation are written in the DocBook format

It builds automatically when you push your changes to the GitHub,
but you may want to check how it looks before pushing changes.

To check how it looks without pushing changes you have to prepare your
machine to build DocBook 5.1.

## Build

If you are new to DocBook and XLST precessor check out good introductory video
["Installing and Using Saxon for your XSLT Development" by Peter K. Johnson](https://youtu.be/FsDq2-VV0Uo)

### Prerequisites

* [Java 8](https://www.java.com/en/download/)
* [Saxon-PE](http://www.saxonica.com/download/java.xml)

### Building

Run from the project root folder:
```
java -jar saxon9pe.jar -xsl:./docbook/T1/WG3/XLIFF-EM-BP.xml_xslt -s:./docbook/T1/WG3/ -o:./docs/
```

0 comments on commit cb177d0

Please sign in to comment.