summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-01-30 01:36:54 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-01-30 01:36:54 +0000
commite0d73e94178127b08b922f2a0ca607fd320a9d9c (patch)
tree72b1b58b51bc5b05bafea07defe33d91b2ea529d
parentd7eebbd54d3883246d6ff8ba906846b57a1bfd92 (diff)
downloadxine-lib-e0d73e94178127b08b922f2a0ca607fd320a9d9c.tar.gz
xine-lib-e0d73e94178127b08b922f2a0ca607fd320a9d9c.tar.bz2
Add dummy alt attributes to ensure valid XHTML 1.0 Transitional.
This is less than ideal. Really, we want DocBook 5.
-rw-r--r--doc/hackersguide/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/hackersguide/Makefile.am b/doc/hackersguide/Makefile.am
index 37269eaf0..e7e9289c4 100644
--- a/doc/hackersguide/Makefile.am
+++ b/doc/hackersguide/Makefile.am
@@ -52,6 +52,7 @@ hackersguide.html: $(hackersguide_docbook)
touch $^; \
fi
endif
+ $(SED) -i -e '/<img [^>]*alt=/! s/<img /<img alt="" /g' $@ # we want valid XHTML 1.1
if HAVE_RSVG
.svg.png: