- Add support for RELAX NG validation since it is the normative DB 5.0

schema.  The DTD validation still does a good job so there is no need
  to install Java; RNG validation is optional
This commit is contained in:
Gabor Kovesdan 2013-07-03 12:07:50 +00:00
parent 6fa732ff1a
commit a4722b0475
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=42133
3 changed files with 71 additions and 0 deletions

View file

@ -69,6 +69,8 @@ HTML2PDBOPTS?= -y -d0 -Idef ${HTML2PDBFLAGS}
HTML2TXT?= ${PREFIX}/bin/w3m
HTML2TXTOPTS?= -dump ${HTML2TXTFLAGS}
JING?= ${PREFIX}/bin/jing
XMLLINT?= ${PREFIX}/bin/xmllint
XSLTPROC?= ${PREFIX}/bin/xsltproc