null+****@clear*****
null+****@clear*****
2011年 11月 13日 (日) 13:49:31 JST
Kouhei Sutou 2011-11-13 04:49:31 +0000 (Sun, 13 Nov 2011)
New Revision: dd5b6f540354d1cf88aa4e5d43b17a47583e85be
Log:
not generating ChangeLog isn't error.
Modified files:
Makefile.am
Modified: Makefile.am (+6 -2)
===================================================================
--- Makefile.am 2011-11-13 04:44:37 +0000 (0da0ee0)
+++ Makefile.am 2011-11-13 04:49:31 +0000 (0a0597c)
@@ -32,8 +32,12 @@ include $(srcdir)/version.sh
dist-hook:
echo "$(GROONGA_VERSION)" > $(distdir)/version
- @test -d $(top_srcdir)/.git && \
- cd $(top_srcdir) && release/gitlog2changelog.py > $(distdir)/ChangeLog
+ @if test -d $(top_srcdir)/.git; then \
+ cd $(top_srcdir) && release/gitlog2changelog.py > \
+ $(distdir)/ChangeLog; \
+ else \
+ :; \
+ fi
benchmark:
cd test/benchmark && $(MAKE) benchmark