X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=56cc247152cce981f9582ee807a065978ca8cebb;hb=c1d3ce6a5a98ec66d6d9870cb27ea785ca2126a9;hp=7634b6d0547e4361645bfb632bfe2937ec68fa0b;hpb=42a42db033a8e3239a879041905fce749316e126;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 7634b6d..56cc247 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.13 2006-04-27 17:01:00 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 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 &