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/Manual.asciidoc | |
parent | Update pkgbuild (diff) | |
download | smolbote-8de34328c5d970454190953a4aab7b8b03dc0b1c.tar.xz |
Update pkgbuild to use asciidoctor
Diffstat (limited to 'doc/Development/Manual.asciidoc')
-rw-r--r-- | doc/Development/Manual.asciidoc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/Development/Manual.asciidoc b/doc/Development/Manual.asciidoc new file mode 100644 index 0000000..6e5a39f --- /dev/null +++ b/doc/Development/Manual.asciidoc @@ -0,0 +1,11 @@ +== manpage + +=== Generating manpage +[code, sh] +---- +# with asciidoc +a2x --format=manpage doc/smolbote.7.asciidoc + +# with asciidoctor +asciidoctor --backend=manpage doc/smolbote.7.asciidoc +---- |