All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 0/3] DocBook media: xmllint/typo fixes
Date: Mon, 1 Jun 2015 06:22:14 -0300	[thread overview]
Message-ID: <20150601062214.667f76cd@recife.lan> (raw)
In-Reply-To: <1433077152-18200-1-git-send-email-hverkuil@xs4all.nl>

Em Sun, 31 May 2015 14:59:09 +0200
Hans Verkuil <hverkuil@xs4all.nl> escreveu:

> From: Hans Verkuil <hans.verkuil@cisco.com>
> 
> Hi Mauro,
> 
> Here are three patches that fix typos and xmllint errors.
> 
> The first patch fixes typos, the second a large number of xmllint
> errors and the last fixes a final xmllint error, but it does that by
> copying most of the v4l2 open/close text and you should check whether
> I didn't remove anything that is relevant for DVB.
> 
> Note that I use the following 'gitdocs.sh' script to build the documentation:

Patches applied. I had to add two extra patches in order to fix a few
issues (one at the open() conversion and another one that it is likely
a cut-and-past mistake that I introduced).
> 
> --------------------------------
> #!/bin/sh
> 
> make DOCBOOKS=media_api.xml htmldocs 2>&1 | grep -v "element.*: validity error : ID .* already defined"
> xmllint --noent --postvalid "$PWD/Documentation/DocBook/media_api.xml" >/tmp/x.xml 2>/dev/null
> xmllint --noent --postvalid --noout /tmp/x.xml
> xmlto html-nochunks -m ./Documentation/DocBook/stylesheet.xsl -o Documentation/DocBook/media Documentation/DocBook/media_api.xml >/dev/null 2>&1

Updated my scripts to use this more pedantic variation.

      parent reply	other threads:[~2015-06-01  9:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-31 12:59 [PATCH 0/3] DocBook media: xmllint/typo fixes Hans Verkuil
2015-05-31 12:59 ` [PATCH 1/3] DocBook media: fix typos Hans Verkuil
2015-05-31 12:59 ` [PATCH 2/3] DocBook media: xmllint fixes Hans Verkuil
2015-05-31 12:59 ` [PATCH 3/3] DocBook media: rewrite frontend open/close Hans Verkuil
2015-06-01  9:22 ` Mauro Carvalho Chehab [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150601062214.667f76cd@recife.lan \
    --to=mchehab@osg.samsung.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.