X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=ad53ce77b9433513f59c161886b120826f63744e;hb=d5983974ddbd19a659ad65e272883feaba01f2d5;hp=6ea48bf6db551669a26e771306dbd97d63866ebb;hpb=b9c1e22ad8e2d8ef56b4aa23df31983d33feeaa6;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6ea48bf..ad53ce7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,42 @@ -##AUTOMAKE_OPTIONS = foreign +## This file is part of Metaproxy +## Copyright (C) 2005-2007, Index Data ApS +## $Id: Makefile.am,v 1.22 2007-02-26 11:40:03 marc Exp $ -SUBDIRS = src +SUBDIRS = xml src etc doc -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 m4/ax_boost.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 & +