projects
/
pazpar2-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:
f0a9945
)
Generate ChangeLog using Git.
author
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 15 Mar 2008 21:26:26 +0000
(22:26 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sat, 15 Mar 2008 21:26:26 +0000
(22:26 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
21ba971
..
030c75d
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-8,7
+8,7
@@
SUBDIRS = src test js doc
EXTRA_DIST = README NEWS LICENSE buildconf.sh Doxyfile.in m4/yaz.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
for d in etc etc/settings www/test1 www/jsdemo debian; do \
mkdir -p $(distdir)/$$d; \
for f in $(srcdir)/$$d/*; do \