X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=82981c42abbd16ea80a6d27fb938d8ae4138ff50;hb=497b7456c9f3ebdae77d50221c84e0777be83668;hp=6ea48bf6db551669a26e771306dbd97d63866ebb;hpb=b9c1e22ad8e2d8ef56b4aa23df31983d33feeaa6;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6ea48bf..82981c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,26 @@ -##AUTOMAKE_OPTIONS = foreign +## 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 +SUBDIRS = src doc etc -EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh +ACLOCAL_AMFLAGS = -I m4 -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure +AUTOMAKE_OPTIONS = foreign + +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 &