|
From: Bart V. A. <bar...@gm...> - 2009-02-22 09:33:43
|
Hello Nicholas,
I just noticed that commit r8911 ("Add an FAQ about attaching Valgrind
to already-running programs.") introduced an XML error in FAQ.xml:
make html-docs
Generating html files...
export XML_CATALOG_FILES=/etc/xml/catalog && \
mkdir -p ../docs/html && \
/bin/rm -fr ../docs/html/ && \
mkdir -p ../docs/html/ && \
mkdir -p ../docs/html/images && \
cp ../docs/lib/vg_basic.css ../docs/html/ && \
cp ../docs/images/*.png ../docs/html/images && \
xsltproc --nonet --xinclude -o ../docs/html/
../docs/lib/vg-html-chunk.xsl ../docs/xml/index.xml
../docs/xml/FAQ.xml:575: element answer: validity error : ID
a-undeferrors already defined
<answer id="a-undeferrors">
^
...
Bart.
|