X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=bef699552a7b6335cd9c1d0d22e1281c754b22c3;hb=20572fc7c901854b3f22312cd2c30d9b8db57ac9;hp=6ea48bf6db551669a26e771306dbd97d63866ebb;hpb=b9c1e22ad8e2d8ef56b4aa23df31983d33feeaa6;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6ea48bf..bef6995 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,40 @@ -##AUTOMAKE_OPTIONS = foreign +## This file is part of Metaproxy +## Copyright (C) 2005-2006, Index Data ApS +## $Id: Makefile.am,v 1.19 2006-10-11 13:21:51 marc Exp $ -SUBDIRS = src +SUBDIRS = etc doc src xml -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: + if test -x /usr/bin/cvs2cl -a -d CVS; then cvs2cl ; fi + mkdir $(distdir)/win + -cp $(srcdir)/win/* $(distdir)/win # doxygen target +.PHONY:dox dox: doxygen + +.PHONY:firefox +firefox: + firefox -new-window file://`pwd`/dox/html/index.html & + +.PHONY:konqueror +konqueror: + konqueror file://`pwd`/dox/html/index.html & + +.PHONY:galeon +galeon: + galeon file://`pwd`/dox/html/index.html & + +.PHONY:epiphany +epiphany: + epiphany --new-window file://`pwd`/dox/html/index.html & +