null+****@clear*****
null+****@clear*****
2010年 11月 24日 (水) 11:53:17 JST
Kouhei Sutou 2010-11-24 02:53:17 +0000 (Wed, 24 Nov 2010)
New Revision: aa3db0482c30feec9e782d07a93263a9d2db76a7
Log:
remove needless sub shell.
Modified files:
Makefile.am
Modified: Makefile.am (+2 -2)
===================================================================
--- Makefile.am 2010-11-24 02:45:47 +0000 (4a90582)
+++ Makefile.am 2010-11-24 02:53:17 +0000 (077a330)
@@ -33,7 +33,7 @@ win32-installer: all
makensis setup.nsi
update-changelog:
- (cd $(top_srcdir) && release/gitlog2changelog.py)
+ cd $(top_srcdir) && release/gitlog2changelog.py
tag:
- (cd $(top_srcdir) && git tag v$(VERSION) -a -m 'groonga $(VERSION)!!!')
+ cd $(top_srcdir) && git tag v$(VERSION) -a -m 'groonga $(VERSION)!!!'