From: Michael Smith Date: Thu, 26 Jul 2007 14:31:42 +0000 (+0000) Subject: Removed .param.* and .lib.* files from packaging. Closes #1760698. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e8cf7ea7a5214aa55a67e81a8722151c1131f51;p=docbook-dsssl Removed .param.* and .lib.* files from packaging. Closes #1760698. Thanks to Daniel Leidert. --- diff --git a/xsl/Makefile b/xsl/Makefile index 25db5d30c..2af482dc8 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -27,7 +27,20 @@ RELEASE_DEPENDS = ChangeHistory.xml.zip extensions # value of ZIP_EXCLUDES is a space-separated list of any file or # directory names (shell wildcards OK) that should be excluded # from the zip file and tarball for the release -DISTRIB_EXCLUDES = extensions/xsltproc doc/reference.txt$$ reference.txt.html$$ doc/reference.fo$$ doc/reference.pdf$$ doc/HTML.manifest$$ tools/xsl xhtml/html2xhtml.xsl README.RELEASE-BUILD +DISTRIB_EXCLUDES = \ + reference.txt.html$$ \ + doc/reference.txt$$ \ + doc/reference.fo$$ \ + doc/reference.pdf$$ \ + doc/HTML.manifest$$ \ + tools/xsl \ + xhtml/html2xhtml.xsl$$ \ + README.RELEASE-BUILD \ + .param.dbkns \ + .param.stripped \ + .param.xmlid \ + .lib.dbkns \ + .lib.stripped # value of DISTRIB_PACKAGES is a space-separated list of any # directory names that should be packaged as separate zip/tar