projects
/
yaz-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:
74070de
)
Generate ChangeLog using Git.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 13:33:32 +0000
(14:33 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 13:33:32 +0000
(14:33 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
8c9c98d
..
7283653
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-21,7
+21,7
@@
EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \
Doxyfile.in m4/acx_pthread.m4 m4/ac_check_icu.m4
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/* $(distdir)/win
mkdir $(distdir)/debian