Fix Metaproxy stops logging after check config failed MP-590
[metaproxy-moved-to-github.git] / Makefile.am
index 56cc247..0027568 100644 (file)
@@ -1,26 +1,30 @@
 ## This file is part of Metaproxy
-## Copyright (C) 2005-2006, Index Data ApS
-## $Id: Makefile.am,v 1.13 2006-04-27 17:01:00 adam Exp $
+## Copyright (C) Index Data
+## See the file LICENSE for details.
 
-SUBDIRS = src doc etc
+SUBDIRS = xml include src etc doc
 
 ACLOCAL_AMFLAGS = -I m4
 
 AUTOMAKE_OPTIONS = foreign
 
-EXTRA_DIST = Doxyfile.in NEWS README m4/yazpp.m4 m4/yaz.m4 buildconf.sh
+EXTRA_DIST = Doxyfile.in IDMETA README LICENSE NEWS m4/id-config.sh \
+             m4/yazpp.m4 m4/yaz.m4 m4/boost.m4 \
+             buildconf.sh metaproxy.spec metaproxy-config.in
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
 
 dist-hook:
+       if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi
        mkdir $(distdir)/win
        -cp $(srcdir)/win/* $(distdir)/win
+       mkdir $(distdir)/rpm
+       -cp $(srcdir)/rpm/* $(distdir)/rpm
 
-# doxygen target
 .PHONY:dox
 dox:
        doxygen
 
-.PHONY:showdox
-showdox:
-       firefox file://`pwd`/dox/html/index.html &
+.PHONY:debian
+debian:
+       dpkg-buildpackage -rfakeroot