X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=Makefile.am;h=c0d1b31cb16ec6f9ecd0ed2b059bea229a37ffa8;hb=e848009926bb83c7010d9806c8350ce4b9d05a71;hp=b00894464a737479e72a80445ab8a9a30b5af649;hpb=c5ba7efd8dd00b1bdaf657361eb4e7ac54c2f5ea;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index b008944..c0d1b31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,18 @@ +SUBDIRS = src doc + +ACLOCAL_AMFLAGS = -I m4 + AUTOMAKE_OPTIONS = foreign -SUBDIRS = src +EXTRA_DIST = Doxyfile.in NEWS README 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 &