X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=c0d1b31cb16ec6f9ecd0ed2b059bea229a37ffa8;hb=e848009926bb83c7010d9806c8350ce4b9d05a71;hp=6ea48bf6db551669a26e771306dbd97d63866ebb;hpb=b9c1e22ad8e2d8ef56b4aa23df31983d33feeaa6;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6ea48bf..c0d1b31 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,18 @@ -##AUTOMAKE_OPTIONS = foreign +SUBDIRS = src doc -SUBDIRS = src +ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh +AUTOMAKE_OPTIONS = foreign -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure +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 + +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &