From: Michael Smith Date: Fri, 15 Apr 2005 12:54:02 +0000 (+0000) Subject: URILIST format is now pairs of paths and URIs X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b5f3f00d22a0c9de1fcc991434a946fdaa1d332;p=docbook-dsssl URILIST format is now pairs of paths and URIs --- diff --git a/website/Makefile b/website/Makefile index 929a8e3c8..b12013d89 100644 --- a/website/Makefile +++ b/website/Makefile @@ -18,6 +18,12 @@ DISTRIB_EXCLUDES = /tests$$ # you need to explicitly list any executable files here EXECUTABLES = install.sh +# list of pathname+URIs to test for catalog support +URILIST = \ + schema/dtd/website.dtd\ http://docbook.sourceforge.net/release/website/2.6/schema/dtd/website.dtd \ + schema/dtd/website-full.dtd\ http://docbook.sourceforge.net/release/website/2.6/schema/dtd/website-full.dtd \ + xsl/\ http://docbook.sourceforge.net/release/website/current/xsl/ + .PHONY : distrib clean example all: