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:
1216d5c
)
Avoid non-zero exit in make dist of Debian part
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 17 Jun 2007 07:52:20 +0000
(07:52 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 17 Jun 2007 07:52:20 +0000
(07:52 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
49f7ec1
..
db2b5f9
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,4
+1,4
@@
-# $Id: Makefile.am,v 1.9 2007-06-17 07:47:57 adam Exp $
+# $Id: Makefile.am,v 1.10 2007-06-17 07:52:20 adam Exp $
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
@@
-16,7
+16,7
@@
dist-hook:
mkdir $(distdir)/debian
for f in $(srcdir)/debian/*; do \
test -f $$f && cp $$f $(distdir)/debian; \
- done
+ done; exit 0
cvs2cl:
cvs2cl