projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbc7361
)
Makefile.am: update location of gitlog-to-changelog script
author
John Darrington
<john@darrington.wattle.id.au>
Thu, 28 Jul 2011 19:39:23 +0000
(21:39 +0200)
committer
John Darrington
<john@darrington.wattle.id.au>
Thu, 28 Jul 2011 19:39:23 +0000
(21:39 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index bed99f40c9a44a023f0423083e2c3109f60123e2..28e9ffc6b250078acdc65da2ddebfc1bfee5dd52 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-49,7
+49,7
@@
LDADD = gl/libgl.la
generate-changelog:
if test -d $(top_srcdir)/.git; then \
- $(top_srcdir)/
gitlog-to-changelog --since=2008-07-27
\
+ $(top_srcdir)/
build-aux/gitlog-to-changelog --since=2008-07-27
\
> $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \
mv $(distdir)/cl-t $(distdir)/ChangeLog; \