]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove the "zip" target's dependency on the ChangeHistory.xml
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 09:24:15 +0000 (09:24 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 23 Aug 2007 09:24:15 +0000 (09:24 +0000)
target/file; instead make it depend on $(ZIP_DEPENDS), which is
empty/undefined by default.

releasetools/Targets.mk

index 6bc7ca69198d43c0ac833aa075a4f9beaa53e77e..17761330032e512d267d0d9c3b6971ae3d5fa5df 100644 (file)
@@ -118,11 +118,7 @@ else
        grep -v "<?xml" $(TMP)/fm-docbook-$(DISTRO) | $(FRESHMEAT_SUBMIT) $(FMGO)
 endif
 
-ifeq ($(OFFLINE),yes)
-zip: tag
-else
-zip: ChangeHistory.xml.zip
-endif
+zip: $(ZIP_DEPENDS)
 ifeq ($(ZIPVER),)
        @echo You must specify ZIPVER for the zip target
        exit 1