Ensure win directory is part of dist
[metaproxy-moved-to-github.git] / Makefile.am
index f300b57..f9ed252 100644 (file)
@@ -1,13 +1,21 @@
-SUBDIRS = src 
+## 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
 
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4  buildconf.sh
+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: