about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-06 18:09:27 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-06 18:09:27 -0800
commit74ab49d2f02d65fb4d2915563d8b4c4f026e4657 (patch)
tree92d9f54ee651a298095229d556ed90f50e0c5e37 /GNUmakefile
parent1df164e28824cf139b38e35d6eb6dbfb088c54a8 (diff)
downloadclogger-74ab49d2f02d65fb4d2915563d8b4c4f026e4657.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 010b879..b5bc5f4 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -96,7 +96,7 @@ $(release_changes):
         $(RAKE) -s release_changes > $@+
         $(VISUAL) $@+ && test -s $@+ && mv $@+ $@
 $(release_notes):
-        GIT_URL=$(GIT_URL) $(RUBY) -s release_notes > $@+
+        GIT_URL=$(GIT_URL) $(RAKE) -s release_notes > $@+
         $(VISUAL) $@+ && test -s $@+ && mv $@+ $@
 
 # ensures we're actually on the tagged $(VERSION), only used for release