projects
/
idzebra-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:
131e814
)
Generate ChangeLog using Git.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 13:34:44 +0000
(14:34 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 12 Mar 2008 13:34:44 +0000
(14:34 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
de84952
..
79f9078
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-16,7
+16,7
@@
EXTRA_DIST= README NEWS $(SPEC_FILE) $(SPEC_FILE).in \
idzebra-config-2.0.in m4/idzebra-2.0.m4 m4/yaz.m4 buildconf.sh Doxyfile.in
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
cp $(srcdir)/LICENSE* $(distdir)
mkdir $(distdir)/win
for i in $(srcdir)/win/*; do \