Make manual validate against DocBook 4.2 DTD for "book"
authorRocco Rutte <pdmef@gmx.net>
Fri, 9 Mar 2007 18:58:20 +0000 (10:58 -0800)
committerRocco Rutte <pdmef@gmx.net>
Fri, 9 Mar 2007 18:58:20 +0000 (10:58 -0800)
commit60c1c14a58eed46a309733d34f4747be699c61cc
tree1747c4308770641fd0f5fbdabec07c665522ce90
parent5879103ec008e748be6270ca92ac63d3a929971a
Make manual validate against DocBook 4.2 DTD for "book"
This adds a 'validate' target to doc/Makefile which uses xmllint(1)
to validate manual.xml against the DTD given in the doctype (intended
for developers only).

Running it revealed two validation errors which this patch fixes:

1) We declare 'article' as the doctype but want to use 'book'
2) Within a lists's items, we didn't include our text in a paragraph
doc/Makefile.am
doc/manual.xml.head