projects
/
metaproxy-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:
209fec9
)
Use Git log to build ChangeLog.
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 09:04:52 +0000
(10:04 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 13 Mar 2008 09:04:52 +0000
(10:04 +0100)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
fbc3672
..
1601e21
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-15,7
+15,7
@@
EXTRA_DIST = Doxyfile.in NEWS README LICENSE \
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
dist-hook:
- if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; 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