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

> From: Hans Verkuil <hans.verk...@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.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to