From a24cb1936141981c3b3d5cd30433bb1e57d7dc76 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 14 Aug 2003 18:17:02 +0000 Subject: [PATCH] * Use xmllint instead of nsgmls to validate the manual. --- doc/manual/Makefile.am | 5 ++--- doc/manual/book.xml | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 65f1f3f441..5bd256658b 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -1,13 +1,12 @@ DOCBOOK_DTD = /nix/current/xml/dtd/docbook DOCBOOK_XSL = /nix/current/xml/xsl/docbook -XML = /usr/share/doc/packages/sp/html-xml/xml.soc SOURCES = book.xml introduction.xml installation.xml nix-reference.xml \ troubleshooting.xml bugs.xml book.is-valid: $(SOURCES) - SP_CHARSET_FIXED=YES SP_ENCODING=XML \ - nsgmls -wxml -c $(XML) -c $(DOCBOOK_DTD)/docbook.cat -ges $< + SGML_CATALOG_FILES=$(DOCBOOK_DTD)/docbook.cat \ + xmllint --catalogs --noout --valid book.xml touch $@ man1_MANS = nix.1 fix.1 diff --git a/doc/manual/book.xml b/doc/manual/book.xml index 1f54d4efda..a2035fca7f 100644 --- a/doc/manual/book.xml +++ b/doc/manual/book.xml @@ -1,5 +1,7 @@ -