aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-15 15:27:57 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 00:14:14 -0300
commitd80bd70f0833582328f1df8d69322067fd1891c2 (patch)
tree2210a9bd934c3c9f79d68c878e2d2c310501e7c0
parentdb48138f6bc4d2b613b08731ffc8b319432ebc25 (diff)
downloadkernel_samsung_smdk4412-d80bd70f0833582328f1df8d69322067fd1891c2.zip
kernel_samsung_smdk4412-d80bd70f0833582328f1df8d69322067fd1891c2.tar.gz
kernel_samsung_smdk4412-d80bd70f0833582328f1df8d69322067fd1891c2.tar.bz2
DocBook/media: renamed xml documents to tmpl
DocBook makefile expects that the documents to be in tmpl extension, since it has some preprocessing that it is done on it. This preprocessing is not needed currently, but, as it removes the xml versions, we're forced to rename anyway. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--Documentation/DocBook/media-entities.tmpl (renamed from Documentation/DocBook/media-entities.xml)2
-rw-r--r--Documentation/DocBook/media-indices.tmpl (renamed from Documentation/DocBook/media-indices.xml)0
-rw-r--r--Documentation/DocBook/media.tmpl (renamed from Documentation/DocBook/media.xml)4
3 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/media-entities.xml b/Documentation/DocBook/media-entities.tmpl
index f5d5983..944087b 100644
--- a/Documentation/DocBook/media-entities.xml
+++ b/Documentation/DocBook/media-entities.tmpl
@@ -290,7 +290,7 @@
<!ENTITY sub-dvbapi SYSTEM "dvb/dvbapi.xml">
<!ENTITY sub-media SYSTEM "media.xml">
<!ENTITY sub-media-entities SYSTEM "media-entities.xml">
-<!ENTITY sub-media-indices SYSTEM "media-indices.xml">
+<!ENTITY sub-media-indices SYSTEM "media-indices.tmpl">
<!-- Function Reference -->
<!ENTITY sub-close SYSTEM "v4l/func-close.xml">
diff --git a/Documentation/DocBook/media-indices.xml b/Documentation/DocBook/media-indices.tmpl
index 9e30a23..9e30a23 100644
--- a/Documentation/DocBook/media-indices.xml
+++ b/Documentation/DocBook/media-indices.tmpl
diff --git a/Documentation/DocBook/media.xml b/Documentation/DocBook/media.tmpl
index 1430258..eea564b 100644
--- a/Documentation/DocBook/media.xml
+++ b/Documentation/DocBook/media.tmpl
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
-<!ENTITY % media-entities SYSTEM "./media-entities.xml"> %media-entities;
-<!ENTITY media-indices SYSTEM "./media-indices.sgml">
+<!ENTITY % media-entities SYSTEM "./media-entities.tmpl"> %media-entities;
+<!ENTITY media-indices SYSTEM "./media-indices.tmpl">
<!ENTITY eg "e.&nbsp;g.">
<!ENTITY ie "i.&nbsp;e.">