From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759733AbdEOIKD (ORCPT ); Mon, 15 May 2017 04:10:03 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:34806 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753252AbdEOIKC (ORCPT ); Mon, 15 May 2017 04:10:02 -0400 Date: Mon, 15 May 2017 10:09:40 +0200 From: Cornelia Huck 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 Subject: Re: [PATCH 28/36] docs-rst: convert s390-drivers DocBook to ReST In-Reply-To: References: Organization: IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz =?UTF-8?B?R2VzY2jDpGZ0c2bDvGhydW5nOg==?= Dirk Wittkopp Sitz der Gesellschaft: =?UTF-8?B?QsO2Ymxpbmdlbg==?= Registergericht: Amtsgericht Stuttgart, HRB 243294 X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 x-cbid: 17051508-0020-0000-0000-00000367615C X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17051508-0021-0000-0000-000041BA88C0 Message-Id: <20170515100940.66de866c.cornelia.huck@de.ibm.com> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-05-15_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1703280000 definitions=main-1705150086 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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...