]> granicus.if.org Git - docbook-dsssl/commitdiff
Moved RELEASE-NOTES.pdf out of distrib target and into release
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 08:43:29 +0000 (08:43 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 29 Aug 2007 08:43:29 +0000 (08:43 +0000)
target.

xsl/Makefile

index a7c8916d642cdaadcfa64ef74ea03a6e17a010c0..2f80407c9c901dec3354d2bd300c48221593517b 100644 (file)
@@ -18,11 +18,11 @@ DISTRIB_CHANGELOG_INCLUDES = gentext xsl-saxon xsl-xalan
 
 # value of DISTRIB_DEPENDS is a space-separated list of any
 # targets for this distro's "distrib" target to depend on
-DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt RELEASE-NOTES.pdf extensions
+DISTRIB_DEPENDS = doc docsrc install.sh RELEASE-NOTES.txt extensions
 
 # value of RELEASE_DEPENDS is a space-separated list of any
 # targets for this distro's "release" target to depend on
-RELEASE_DEPENDS = smoketest
+RELEASE_DEPENDS = smoketest RELEASE-NOTES.pdf
 
 # value of ZIP_DEPENDS is a space-separated list of any targets
 # for this distro's "zip" target to depend on