[PATCH libdrm 0/4] Manpages for libdrm
Hi Jesse On Thu, Jan 10, 2013 at 1:22 AM, Jesse Barnes wrote: > On Fri, 28 Sep 2012 23:44:18 +0200 > David Herrmann wrote: > >> 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! > > I went ahead and pushed these finally. Thanks! > Can you just apply for an fdo account though so we can let you push > things in the future? :) I don't have a signed ssh key but I guess I can get it signed by some people at FOSDEM13. I will then apply for an account afterwards. I also have some cleanup patches for the man-page build here that should be applied. I actually don't know why it fails on your machine but my rework should build them properly. I will send them shortly. Thanks David
Re: [PATCH libdrm 0/4] Manpages for libdrm
On Thu, 10 Jan 2013 22:00:20 +0100 David Herrmann wrote: > Hi Jesse > > On Thu, Jan 10, 2013 at 1:22 AM, Jesse Barnes > wrote: > > On Fri, 28 Sep 2012 23:44:18 +0200 > > David Herrmann wrote: > > > >> 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! > > > > I went ahead and pushed these finally. > > Thanks! > > > Can you just apply for an fdo account though so we can let you push > > things in the future? :) > > I don't have a signed ssh key but I guess I can get it signed by some > people at FOSDEM13. I will then apply for an account afterwards. > > I also have some cleanup patches for the man-page build here that > should be applied. I actually don't know why it fails on your machine > but my rework should build them properly. I will send them shortly. Great, thanks. See you there! -- Jesse Barnes, Intel Open Source Technology Center ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
Re: [PATCH libdrm 0/4] Manpages for libdrm
Hi Jesse On Thu, Jan 10, 2013 at 1:22 AM, Jesse Barnes wrote: > On Fri, 28 Sep 2012 23:44:18 +0200 > David Herrmann wrote: > >> 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! > > I went ahead and pushed these finally. Thanks! > Can you just apply for an fdo account though so we can let you push > things in the future? :) I don't have a signed ssh key but I guess I can get it signed by some people at FOSDEM13. I will then apply for an account afterwards. I also have some cleanup patches for the man-page build here that should be applied. I actually don't know why it fails on your machine but my rework should build them properly. I will send them shortly. Thanks David ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
[PATCH libdrm 0/4] Manpages for libdrm
On Thu, 10 Jan 2013 22:00:20 +0100 David Herrmann wrote: > Hi Jesse > > On Thu, Jan 10, 2013 at 1:22 AM, Jesse Barnes > wrote: > > On Fri, 28 Sep 2012 23:44:18 +0200 > > David Herrmann wrote: > > > >> 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! > > > > I went ahead and pushed these finally. > > Thanks! > > > Can you just apply for an fdo account though so we can let you push > > things in the future? :) > > I don't have a signed ssh key but I guess I can get it signed by some > people at FOSDEM13. I will then apply for an account afterwards. > > I also have some cleanup patches for the man-page build here that > should be applied. I actually don't know why it fails on your machine > but my rework should build them properly. I will send them shortly. Great, thanks. See you there! -- Jesse Barnes, Intel Open Source Technology Center
Re: [PATCH libdrm 0/4] Manpages for libdrm
On Fri, 28 Sep 2012 23:44:18 +0200 David Herrmann wrote: > 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! I went ahead and pushed these finally. Can you just apply for an fdo account though so we can let you push things in the future? :) -- Jesse Barnes, Intel Open Source Technology Center ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
[PATCH libdrm 0/4] Manpages for libdrm
On Fri, 28 Sep 2012 23:44:18 +0200 David Herrmann wrote: > 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! I went ahead and pushed these finally. Can you just apply for an fdo account though so we can let you push things in the future? :) -- Jesse Barnes, Intel Open Source Technology Center
[PATCH libdrm 0/4] Manpages for libdrm
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
[PATCH libdrm 0/4] Manpages for libdrm
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 ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel