X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=Makefile.am;h=f300b5702bf06a7b23370f0bb0b0b8b6fc034011;hb=d50228aa34df04bcef967019f584437d058368d2;hp=b00894464a737479e72a80445ab8a9a30b5af649;hpb=c5ba7efd8dd00b1bdaf657361eb4e7ac54c2f5ea;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index b008944..f300b57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,18 @@ +SUBDIRS = src + +ACLOCAL_AMFLAGS = -I m4 + AUTOMAKE_OPTIONS = foreign -SUBDIRS = src +EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4 buildconf.sh + +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure + +# doxygen target +.PHONY:dox +dox: + doxygen -##EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &