README.md (373B)
1 # Klaanon bundler 2 3 Based on klaanon.json, with timestamps converted to a simpler format. Some encoding erros fixed too. 4 5 ## Usage: 6 7 `make` 8 9 Generates Klaanon in HTML to `output/`. 10 11 ```make epub``` 12 13 Generates Klaanon in EPUB to `output/`. 14 15 ```make clean``` 16 17 Cleans `output/`. 18 19 ## Dependencies 20 21 * [jq](https://stedolan.github.io/jq/) 22 * [pandoc](https://pandoc.org/) 23 * `make`