diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-13 20:45:57 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-13 20:45:57 -0300 |
commit | f4980c5e8ea66cca3a0966a35b36ba5932e5dca1 (patch) | |
tree | 583b540f02cbfd154d54cd89c5f9a6c817a878dc /.hgignore | |
parent | baf2c601d974ae7d46859426c35fdae28a0e7033 (diff) | |
download | mediapointer-dvb-s2-f4980c5e8ea66cca3a0966a35b36ba5932e5dca1.tar.gz mediapointer-dvb-s2-f4980c5e8ea66cca3a0966a35b36ba5932e5dca1.tar.bz2 |
staging-specs: Add a staging tree for Documentation/DocBook
From: Mauro Carvalho Chehab <mchehab@redhat.com>
This patch basically copies V4L and DVB DocBook specs into a single file,
under a temporary staging tree. This is meant to add the set of V4L/DVB API
specifications at Linux Kernel.
For now, it just renames the *sgml files to *xml and creates a common body
for both API's, dividing them into two parts.
Later patches will add some glue for the two specs, move IR to a common part
(since IR keycodes are common to both API's) and add it into
linux/Documentation/DocBook.
Comments and reviews are welcome.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -101,4 +101,19 @@ dvb-spec/sgml/entities.sgml$ dvb-spec/sgml/html-build.stamp$ dvb-spec/sgml/html-single-build.stamp$ dvb-spec/sgml/pdf-build.stamp$ +staging-specs/media/ +staging-specs/media-single/ +staging-specs/capture +staging-specs/capture.c.xml +staging-specs/entities.xml +staging-specs/html-build.stamp +staging-specs/html-single-build.stamp +staging-specs/indices.xml +staging-specs/keytable.c.xml +staging-specs/media.aux +staging-specs/media.log +staging-specs/media.out +staging-specs/media.pdf +staging-specs/v4l2grab.c.xml +staging-specs/videodev2.h.xml |