man: convert to reStructuredText
authorSimon Ser <contact@emersion.fr>
Wed, 3 Jun 2020 09:58:07 +0000 (11:58 +0200)
committerSimon Ser <contact@emersion.fr>
Thu, 10 Dec 2020 09:17:19 +0000 (10:17 +0100)
commit05b0a955d33a7a1d6a3171f4051fa4ed2f3327a6
tree63718704a492041e46555b9f743624417fe967f4
parent9a7afcf1982628ba85e0e0d8f96b43a56e20fef3
man: convert to reStructuredText

DocBook makes it hard to write and maintain docs. Hopefully
reStructuredText can make this less painful.

The man pages were converted from DocBook to reStructuredText via
Pandoc:

    pandoc -s -f docbook -t rst -o man/drm.7.rst man/drm.xml

And then manual editing to fixup e.g. references to other man pages. To
compare the result with the DocBook version, this command was used:

    rst2man man/drm-kms.7.rst | man -l -

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
16 files changed:
.gitlab-ci.yml
.gitlab-ci/debian-install.sh
man/drm-kms.7.rst [new file with mode: 0644]
man/drm-kms.xml [deleted file]
man/drm-memory.7.rst [new file with mode: 0644]
man/drm-memory.xml [deleted file]
man/drm.7.rst [new file with mode: 0644]
man/drm.xml [deleted file]
man/drmAvailable.3.rst [new file with mode: 0644]
man/drmAvailable.xml [deleted file]
man/drmHandleEvent.3.rst [new file with mode: 0644]
man/drmHandleEvent.xml [deleted file]
man/drmModeGetResources.3.rst [new file with mode: 0644]
man/drmModeGetResources.xml [deleted file]
man/meson.build
meson.build