Nils
6 years ago
4 changed files with 12 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||
#!/bin/sh |
|||
|
|||
#The documentation is built statically and does not belong to the normal build process with configure and make |
|||
#Its updating is part of the development process, not packaging and running. |
|||
#The correct out/ dir is already part of git. |
|||
|
|||
set -e |
|||
asciidoctor index.adoc -o out/index.html |
|||
asciidoctor german.adoc -o out/german.html |
|||
asciidoctor english.adoc -o out/english.html |
|||
|
|||
|
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 92 KiB |
Loading…
Reference in new issue