diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-04 17:10:11 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-10-04 17:12:42 +0200 |
commit | 8de34328c5d970454190953a4aab7b8b03dc0b1c (patch) | |
tree | 1d534279d1fba0d1e1202919959a01d12381930b /doc/Development | |
parent | Update pkgbuild (diff) | |
download | smolbote-8de34328c5d970454190953a4aab7b8b03dc0b1c.tar.xz |
Update pkgbuild to use asciidoctor
Diffstat (limited to 'doc/Development')
-rw-r--r-- | doc/Development/Manual.asciidoc (renamed from doc/Development/ManPage.asciidoc) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Development/ManPage.asciidoc b/doc/Development/Manual.asciidoc index 4d8c015..6e5a39f 100644 --- a/doc/Development/ManPage.asciidoc +++ b/doc/Development/Manual.asciidoc @@ -3,5 +3,9 @@ === Generating manpage [code, sh] ---- +# with asciidoc a2x --format=manpage doc/smolbote.7.asciidoc + +# with asciidoctor +asciidoctor --backend=manpage doc/smolbote.7.asciidoc ---- |