X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=f9ed252508b716209d44a023944f2b7848bc42b7;hb=ba81e8323e569ca54fd5c695da4291008f846346;hp=c0d1b31cb16ec6f9ecd0ed2b059bea229a37ffa8;hpb=f1ef386cc963c62b97f20332c77a474e895daf26;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index c0d1b31..f9ed252 100644 --- 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: