about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-02-11 21:16:29 +0000
committerEric Wong <normalperson@yhbt.net>2012-02-11 21:16:29 +0000
commita4e135635f51c526354f4ea7a6afa78d7ef2c088 (patch)
tree22eb8a85f8c924a5b843ada528152cf58eb16b42
parent4b0663b597a9f685595b6ab0c49373e963d0a461 (diff)
downloadcmogstored-a4e135635f51c526354f4ea7a6afa78d7ef2c088.tar.gz
We don't want "in /path/to/foo" messages in our output
(NEWS/ChangeLog/NEWS.atom.xml)
-rw-r--r--Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 1495576..132580b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -146,14 +146,14 @@ cmogstored.1: cmogstored.x
 extra_doc = HACKING NEWS ChangeLog TODO
 RAKE = rake
 $(top_srcdir)/NEWS: configure.ac
-        $(AM_V_GEN)$(RAKE) news > $@.$$$$ && mv $@.$$$$ $@
+        $(AM_V_GEN)$(RAKE) -sq news > $@.$$$$ && mv $@.$$$$ $@
 $(top_srcdir)/ChangeLog: configure.ac
-        $(AM_V_GEN)$(RAKE) changelog > $@.$$$$ && mv $@.$$$$ $@
+        $(AM_V_GEN)$(RAKE) -sq changelog > $@.$$$$ && mv $@.$$$$ $@
 
 RSYNC = rsync
 WWW_DOC = README AUTHORS NEWS.atom.xml INSTALL $(extra_doc)
 NEWS.atom.xml: configure.ac
-        $(AM_V_GEN)$(RAKE) news_atom > $@.$$$$ && mv $@.$$$$ $@
+        $(AM_V_GEN)$(RAKE) -sq news_atom > $@.$$$$ && mv $@.$$$$ $@
 publish: NEWS.atom.xml NEWS ChangeLog
         mkdir -p www/
         -git set-file-times