X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=f9ed252508b716209d44a023944f2b7848bc42b7;hb=9428c36b40c407c719537cd6ee6db0443c8595dd;hp=b00894464a737479e72a80445ab8a9a30b5af649;hpb=c5ba7efd8dd00b1bdaf657361eb4e7ac54c2f5ea;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index b008944..f9ed252 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,26 @@ +## 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 -SUBDIRS = src +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: + doxygen -##EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &