projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05ee65c
)
Use Git log to build ChangeLog.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 08:27:35 +0000
(09:27 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 08:27:35 +0000
(09:27 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
b11f392
..
24db6f1
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-10,7
+10,7
@@
aclocal_DATA = m4/yazpp.m4
EXTRA_DIST= LICENSE TODO yazpp-config.in m4/yaz.m4 m4/yazpp.m4 buildconf.sh
dist-hook:
- if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; cp ChangeLog $(distdir); fi
+ if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
mkdir $(distdir)/win
cp $(srcdir)/win/makefile $(distdir)/win/
mkdir $(distdir)/debian