X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=82981c42abbd16ea80a6d27fb938d8ae4138ff50;hb=1e61b0aa05e2351e33d909f7503eaf936a2d9bb0;hp=7634b6d0547e4361645bfb632bfe2937ec68fa0b;hpb=42a42db033a8e3239a879041905fce749316e126;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 7634b6d..82981c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,14 +1,26 @@ -SUBDIRS = src +## This file is part of Metaproxy +## Copyright (C) 2005-2006, Index Data ApS +## $Id: Makefile.am,v 1.14 2006-06-10 14:29:11 adam Exp $ + +SUBDIRS = src doc etc ACLOCAL_AMFLAGS = -I m4 AUTOMAKE_OPTIONS = foreign -EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4 buildconf.sh +EXTRA_DIST = Doxyfile.in NEWS README LICENSE 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 + +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &