X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=18da25b8786a8132599d144b4776846d5de6ce8b;hb=a7d0816d8e587b0743cdfda1cbb2321315be7946;hp=f718183140a22843ab95763c4ec90c5e3a8c9931;hpb=a9b81d72b554d21849c7f25ac0faf487637fde58;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index f718183..18da25b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,18 @@ -AUTOMAKE_OPTIONS = foreign +SUBDIRS = src doc + +ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src +AUTOMAKE_OPTIONS = foreign -EXTRA_DIST= m4/yazpp.m4 m4/yaz.m4 buildconf.sh +EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4 buildconf.sh -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure +MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure # doxygen target .PHONY:dox dox: doxygen + +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &