From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 15 May 2017 10:09:40 +0200 From: Cornelia Huck Subject: Re: [PATCH 28/36] docs-rst: convert s390-drivers DocBook to ReST In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20170515100940.66de866c.cornelia.huck@de.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: Mauro Carvalho Chehab Cc: linux-kernel@vger.kernel.org, Linux Doc Mailing List , Mauro Carvalho Chehab , Jonathan Corbet , Martin Schwidefsky , Heiko Carstens , Jani Nikula , Markus Heiser , Greg Kroah-Hartman , Takashi Iwai , "Herton R. Krzesinski" , linux-s390@vger.kernel.org List-ID: On Fri, 12 May 2017 11:00:11 -0300 Mauro Carvalho Chehab wrote: > Use pandoc to convert documentation to ReST by calling > Documentation/sphinx/tmplcvt script. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/DocBook/Makefile | 2 +- > Documentation/DocBook/s390-drivers.tmpl | 161 ------------------------------ > Documentation/driver-api/index.rst | 1 + > Documentation/driver-api/s390-drivers.rst | 111 ++++++++++++++++++++ > 4 files changed, 113 insertions(+), 162 deletions(-) > delete mode 100644 Documentation/DocBook/s390-drivers.tmpl > create mode 100644 Documentation/driver-api/s390-drivers.rst Acked-by: Cornelia Huck ...but I wonder how good the information in there still is, given that I haven't touched it in ages...