Skip to content
Snippets Groups Projects
Forked from Mesa / drm
395 commits behind the upstream repository.
  • Simon Ser's avatar
    05b0a955
    man: convert to reStructuredText · 05b0a955
    Simon Ser authored
    
    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's avatarSimon Ser <contact@emersion.fr>
    Reviewed-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
    Verified
    05b0a955
    History
    man: convert to reStructuredText
    Simon Ser authored
    
    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's avatarSimon Ser <contact@emersion.fr>
    Reviewed-by: Eric Engestrom's avatarEric Engestrom <eric@engestrom.ch>
meson.build 11.71 KiB