|
From: Bart V. A. <bar...@gm...> - 2009-06-06 18:04:34
|
On Tue, Jun 2, 2009 at 2:36 AM, <sv...@va...> wrote: > Author: njn > Date: 2009-06-02 01:36:53 +0100 (Tue, 02 Jun 2009) > New Revision: 10196 > > Log: > Remove this file, which contains generic autoconf instructions that are of > little use and partly contradict our own README. Fixes bug 194474. > > Removed: > trunk/INSTALL Unfortunately this triggers an error message while generating documentation: $ make -C docs html-docs make: Entering directory `/home/bart/software/valgrind/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/dist-docs.xml:44: element include: XInclude error : could not load ../INSTALL, and no fallback was found [ ... ] Bart. |