X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=f300b5702bf06a7b23370f0bb0b0b8b6fc034011;hb=dfe3b676252e4151e88800739b2268127e92ab37;hp=6ea48bf6db551669a26e771306dbd97d63866ebb;hpb=b9c1e22ad8e2d8ef56b4aa23df31983d33feeaa6;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6ea48bf..f300b57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,18 @@ -##AUTOMAKE_OPTIONS = foreign - SUBDIRS = src -EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh +ACLOCAL_AMFLAGS = -I m4 + +AUTOMAKE_OPTIONS = foreign -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure +EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4 buildconf.sh + +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure # doxygen target +.PHONY:dox dox: doxygen + +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &