]> granicus.if.org Git - docbook-dsssl/commitdiff
Make distrib target again depend on the extensions target (as it
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 10:50:19 +0000 (10:50 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 10:50:19 +0000 (10:50 +0000)
used to before I decided it should only be a dependency for the
release target...)

xsl/Makefile

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