dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH libdrm 0/4] Manpages for libdrm
@ 2012-09-28 21:44 David Herrmann
  2012-09-28 21:44 ` [PATCH libdrm 1/4] man: convert manpages to XML instead of plain troff David Herrmann
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: David Herrmann @ 2012-09-28 21:44 UTC (permalink / raw)
  To: dri-devel

Hi

This is revision 2 of the manpages for libdrm. I converted everything to docbook
XML. This makes it easier to write them (troff is really hard to read) and
allows us to integrate it into other documentation.

Other than that I only fixed typos and the small corrections you guys mentioned.
Thanks for reviewing!

Regards
David

David Herrmann (4):
  man: convert manpages to XML instead of plain troff
  man: add drm.7 overview page
  man: add drm-kms overview page
  man: add drm-memory overview page

 .gitignore                  |   4 +
 configure.ac                |  24 +--
 man/Makefile.am             |  65 +++++--
 man/drm-kms.xml             | 342 +++++++++++++++++++++++++++++++++++
 man/drm-memory.xml          | 430 ++++++++++++++++++++++++++++++++++++++++++++
 man/drm.xml                 | 137 ++++++++++++++
 man/drmAvailable.man        |  25 ---
 man/drmAvailable.xml        |  75 ++++++++
 man/drmHandleEvent.man      |  45 -----
 man/drmHandleEvent.xml      | 102 +++++++++++
 man/drmModeGetResources.man |  79 --------
 man/drmModeGetResources.xml | 139 ++++++++++++++
 12 files changed, 1286 insertions(+), 181 deletions(-)
 create mode 100644 man/drm-kms.xml
 create mode 100644 man/drm-memory.xml
 create mode 100644 man/drm.xml
 delete mode 100644 man/drmAvailable.man
 create mode 100644 man/drmAvailable.xml
 delete mode 100644 man/drmHandleEvent.man
 create mode 100644 man/drmHandleEvent.xml
 delete mode 100644 man/drmModeGetResources.man
 create mode 100644 man/drmModeGetResources.xml

-- 
1.7.12.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-01-10 21:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 21:44 [PATCH libdrm 0/4] Manpages for libdrm David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 1/4] man: convert manpages to XML instead of plain troff David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 2/4] man: add drm.7 overview page David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 3/4] man: add drm-kms " David Herrmann
2012-09-28 21:44 ` [PATCH libdrm 4/4] man: add drm-memory " David Herrmann
2013-01-10  0:22 ` [PATCH libdrm 0/4] Manpages for libdrm Jesse Barnes
2013-01-10 21:00   ` David Herrmann
2013-01-10 21:19     ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).