r8261: Automated commit for Debian build of hyperobject upstream-version-2.8.8
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 21 Nov 2003 03:46:37 +0000 (03:46 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 21 Nov 2003 03:46:37 +0000 (03:46 +0000)
doc/Makefile

index 431de9a15de3f377cd660d40ef88e46c94243c5d..8905b68aae89e5c60661e12f50015fdd5dc277a4 100644 (file)
@@ -57,6 +57,10 @@ HTMLFILE:=${DOCFILE_BASE}.html
 TMPFILES:=${DOCFILE_BASE}.aux ${DOCFILE_BASE}.out ${DOCFILE_BASE}.log
 DOCFILES:=$(shell echo *.xml *.xsl)
 
+ifeq ($(XSLTPROC),)
+  XSLTPROC:=xsltproc
+endif
+
 CATALOG:=`pwd`/catalog-${OS}.xml
 CHECK:=XML_CATALOG_FILES="$(CATALOG)" xmllint --noout --xinclude --postvalid $(DOCFILE) || exit 1