diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-12 17:05:25 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-12 17:05:25 +0200 |
commit | d8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa (patch) | |
tree | b21f65bb973745eef52aacb24e5295c4451f2ef0 /doc/Development/Manual.asciidoc | |
parent | Refactor WebViewContextMenu (diff) | |
download | smolbote-d8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa.tar.xz |
Update doc/ and move various entries to wiki
Diffstat (limited to 'doc/Development/Manual.asciidoc')
-rw-r--r-- | doc/Development/Manual.asciidoc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/Development/Manual.asciidoc b/doc/Development/Manual.asciidoc deleted file mode 100644 index 6e5a39f..0000000 --- a/doc/Development/Manual.asciidoc +++ /dev/null @@ -1,11 +0,0 @@ -== manpage - -=== Generating manpage -[code, sh] ----- -# with asciidoc -a2x --format=manpage doc/smolbote.7.asciidoc - -# with asciidoctor -asciidoctor --backend=manpage doc/smolbote.7.asciidoc ----- |