projects
/
yazpp-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:
d688222
)
Fix make dist for windows
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Mar 2004 20:15:40 +0000
(20:15 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 30 Mar 2004 20:15:40 +0000
(20:15 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
4603278
..
de0e090
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-8,7
+8,8
@@
aclocal_DATA = yazpp.m4
EXTRA_DIST= LICENSE LICENSE.proxy TODO yaz++-config.in yazpp.m4
dist-hook:
- cp -R $(srcdir)/win $(distdir)
+ mkdir $(distdir)/win
+ cp $(srcdir)/win/makefile $(distdir)/win/
mkdir $(distdir)/debian
cp $(srcdir)/debian/control $(distdir)/debian
cp $(srcdir)/debian/changelog $(distdir)/debian