[svn] r2267@freebird: fabien | 2006-01-27 18:06:12 -0500 cthulhu_19e
authorfabien
Fri, 03 Feb 2006 16:27:59 -0500
branchcthulhu_19e
changeset 3 e3b572aa3a23
parent 2 585ff7c47904
child 4 b612f4869efe
[svn] r2267@freebird: fabien | 2006-01-27 18:06:12 -0500 Last one to validate.
Makefile
--- a/Makefile	Thu Jan 26 16:51:15 2006 -0500
+++ b/Makefile	Fri Feb 03 16:27:59 2006 -0500
@@ -10,9 +10,7 @@
 NWALSH_XSL_DIR=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh
 OUTPUT=$(foreach target,$(basename $(SRCS)),$(call output,$(target)))
 UPLOAD=$(OUTPUT)
-xml_validate=xmllint --xinclude $(1) |			\
-	sed -e 's/\(xmlns:xi\|xml:base\)="[^"]*"//g' |	\
-	xmllint --valid --noout - 2>&1 | sed 's/^-:/$(1):/'
+xml_validate=xmllint --xinclude --noout --valid $(1)
 html_validate=true
 
 all: $(basename $(SRCS))