projects
/
yazproxy-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:
f442109
)
Use Git log to build ChangeLog.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 08:37:28 +0000
(09:37 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 08:37:28 +0000
(09:37 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
f81b3f1
..
f1eb6fe
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-7,7
+7,7
@@
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST= README LICENSE m4/yazpp.m4 m4/yaz.m4 m4/usemarcon.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