From 403f4fad5e02115a994bd8cb06d5240be52e2435 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Wed, 10 Dec 2003 12:56:03 +0000 Subject: [PATCH] r3255: Validate to get entities. --- ROX-Filer/src/Docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROX-Filer/src/Docs/Makefile b/ROX-Filer/src/Docs/Makefile index 0dbea235..1589544a 100644 --- a/ROX-Filer/src/Docs/Makefile +++ b/ROX-Filer/src/Docs/Makefile @@ -7,7 +7,7 @@ all: Manual.valid ${HELP}/Manual.html ${MAN}/rox.1 \ Manual-it.valid ${HELP}/Manual-it.html %.valid: %.xml - xmllint --noout --postvalid $< + xmllint --valid --noout --postvalid $< ${HELP}/%.html: %.xml to_html.xsl xsltproc -o $@ to_html.xsl $< -- 2.11.4.GIT