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:
70d129d
)
Ensure win directory is part of dist
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Apr 2006 08:51:31 +0000
(08:51 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 27 Apr 2006 08:51:31 +0000
(08:51 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
c0d1b31
..
f9ed252
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,3
+1,7
@@
+## This file is part of Metaproxy
+## Copyright (C) 2005-2006, Index Data ApS
+## $Id: Makefile.am,v 1.12 2006-04-27 08:51:31 adam Exp $
+
SUBDIRS = src doc
ACLOCAL_AMFLAGS = -I m4
@@
-8,6
+12,10
@@
EXTRA_DIST = Doxyfile.in NEWS README m4/yazpp.m4 m4/yaz.m4 buildconf.sh
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
+dist-hook:
+ mkdir $(distdir)/win
+ -cp $(srcdir)/win/* $(distdir)/win
+
# doxygen target
.PHONY:dox
dox: