From: Michael Smith Date: Mon, 25 Apr 2005 19:47:50 +0000 (+0000) Subject: EXECUTABLES -> DISTRIB_EXECUTABLES X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78ddb4a03051ffdde34e755bb419307dddd1ff61;p=docbook-dsssl EXECUTABLES -> DISTRIB_EXECUTABLES --- diff --git a/website/Makefile b/website/Makefile index 0e788f8e2..222d7b9af 100644 --- a/website/Makefile +++ b/website/Makefile @@ -14,15 +14,15 @@ DISTRIB_DEPENDS = example RELEASE-NOTES.txt # excluded from the zip file and tarball for the release DISTRIB_EXCLUDES = /tests$$ -# to make sure that executable bit is retained after packaging, -# you need to explicitly list any executable files here -EXECUTABLES = install.sh test.sh uninstall.sh - # value of DISTRIB_PACKAGES is a space-separated list of any # directory names that should be packaged as separate zip/tar # files for the release DISTRIB_PACKAGES = +# to make sure that executable bit is retained after packaging, +# you need to explicitly list any executable files here +DISTRIB_EXECUTABLES = + # 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 \