diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-15 20:27:57 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-19 05:14:14 +0200 |
commit | d80bd70f0833582328f1df8d69322067fd1891c2 (patch) | |
tree | 2210a9bd934c3c9f79d68c878e2d2c310501e7c0 /Documentation/DocBook/media.tmpl | |
parent | V4L/DVB (12889): DIB0700: added USB IDs for a Terratec DVB-T XXS (diff) | |
download | linux-d80bd70f0833582328f1df8d69322067fd1891c2.tar.xz linux-d80bd70f0833582328f1df8d69322067fd1891c2.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Documentation/DocBook/media.tmpl (renamed from Documentation/DocBook/media.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media.xml b/Documentation/DocBook/media.tmpl index 14302589d553..eea564bb12cb 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. g."> <!ENTITY ie "i. e."> |