diff DOCS/xml/configure @ 31468:dbab16182ba2

Get rid of xmllint wrapper redirection; run commands directly from make.
author diego
date Wed, 23 Jun 2010 12:07:29 +0000
parents 0ad2da052b2e
children e1b87583edef
line wrap: on
line diff
--- a/DOCS/xml/configure	Wed Jun 23 11:37:26 2010 +0000
+++ b/DOCS/xml/configure	Wed Jun 23 12:07:29 2010 +0000
@@ -4,7 +4,6 @@
 # the other stuff necessary to convert the XML documentation.
 
 _xsltwrapper="xsltproc.sh"
-_xmllintwrapper="xmllint.sh"
 
 echo "Searching for XML catalogs..."
 for _try_catalog in \
@@ -358,14 +357,7 @@
   _xmllint_command=true
 fi
 
-cat > $_xmllintwrapper << EOF
-#!/bin/sh
-# **************************************************
-# This file is generated automatically. DO NOT EDIT.
-# **************************************************
-# This is a small wrapper for XML lintian programs.
-$_sgmlcatalog
-$_xmllint_command
+cat > xml.mak << EOF
+CATALOG = $_catalog
+XMLLINT_COMMAND = $_xmllint_command
 EOF
-
-chmod +x $_xmllintwrapper