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:
27742a4
)
Make ChangeLog as part of make dist
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jun 2006 07:50:58 +0000
(07:50 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 7 Jun 2006 07:50:58 +0000
(07:50 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
582f00f
..
86f5066
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,4
+1,4
@@
-## $Id: Makefile.am,v 1.23 2006-05-08 12:09:49 marc Exp $
+## $Id: Makefile.am,v 1.24 2006-06-07 07:50:58 adam Exp $
AUTOMAKE_OPTIONS=foreign
@@
-16,6
+16,7
@@
EXTRA_DIST= README NEWS $(SPEC_FILE) idzebra.spec.in \
idzebra-config.in m4/idzebra.m4 m4/yaz.m4 Doxyfile.in
dist-hook:
+ if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi
cp $(srcdir)/LICENSE* $(distdir)
mkdir $(distdir)/win
for i in $(srcdir)/win/*; do \