diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 17:01:43 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-26 17:06:13 +0100 |
commit | d2fa9f315132bdb3134323c7d453a62a2681b136 (patch) | |
tree | b43f989cb5d0f4694a43eb6592c460db54032f39 /README.adoc | |
parent | d7f502a7314544916ccf019dcaee590918922498 (diff) | |
download | tdv-d2fa9f315132bdb3134323c7d453a62a2681b136.tar.gz tdv-d2fa9f315132bdb3134323c7d453a62a2681b136.tar.xz tdv-d2fa9f315132bdb3134323c7d453a62a2681b136.zip |
Convert the manpage to AsciiDoc
Writing DocBook XML by hand is an awful experience and the tools aren't
much better. Asciidoctor does it well. There's no need to worry about
semantics, man(1) just needs to be able to show something at all.
This project's manpage is sadly almost useless right now.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index 81d72cb..476d1b5 100644 --- a/README.adoc +++ b/README.adoc @@ -30,7 +30,7 @@ a package with the latest development version from Archlinux's AUR. Building and Running -------------------- -Build dependencies: CMake, pkg-config, xsltproc, docbook-xsl + +Build dependencies: CMake, pkg-config, asciidoctor + Runtime dependencies: ncursesw, zlib, ICU, termo (included), glib-2.0, pango, xcb and xcb-xfixes (optional) |