X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=ef138058d6e9290dc26fa894e400ae7d45f3571c;hb=fee3c45cf4ce01083218e41622f54e5fced0fadf;hp=65558cd64652a8f343a2577ee4c372147605cb4e;hpb=c7fcd39a6326f4d07c5ce6f286ee713e6150d681;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 65558cd..ef13805 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,18 +1,29 @@ -SUBDIRS = src doc +## This file is part of Metaproxy +## Copyright (C) 2005-2012 Index Data + +SUBDIRS = xml include src etc doc ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = NEWS m4/yazpp.m4 m4/yaz.m4 buildconf.sh +EXTRA_DIST = Doxyfile.in IDMETA README LICENSE NEWS \ + m4/yazpp.m4 m4/yaz.m4 m4/boost.m4 \ + buildconf.sh metaproxy.spec metaproxy-config.in MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure -# doxygen target +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 + .PHONY:dox dox: doxygen -.PHONY:showdox -showdox: - firefox file://`pwd`/dox/html/index.html & +.PHONY:debian +debian: + dpkg-buildpackage -rfakeroot