]> granicus.if.org Git - docbook-dsssl/commitdiff
Redirect cvs2cl output from stout to file (instead of using -f
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Apr 2006 06:39:35 +0000 (06:39 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 5 Apr 2006 06:39:35 +0000 (06:39 +0000)
switch).

releasetools/Targets.mk

index 7603c2e958177b0771fe5aca24c5f444f0dc8bda..b09306970dc3b3fc94bfb374c62051fd2a424064 100644 (file)
@@ -37,7 +37,7 @@ $(NEWSFILE): NEWS.html
 
 ChangeLog.xml: LatestTag
        $(CVS2CL) $(CVS2CL_OPTS) \
-       --delta $(LATEST_TAG):HEAD --xml -f $@ -g -q
+       --delta $(LATEST_TAG):HEAD --stdout --xml -g -q > $@
 
 LatestTag:
 # Note that one of the old commit messsage in the cvs log contains
@@ -55,7 +55,7 @@ ChangeHistory.xml.zip: ChangeHistory.xml
 # including all subdirectories
 ChangeHistory.xml:
        $(CVS2CL) $(CVS2CL_OPTS) \
-       --xml -f $@ -g -q
+       --stdout --xml -g -q > $@
 
 .CatalogManager.properties.example:
        cp -p $(CATALOGMANAGER) .CatalogManager.properties.example