X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=65558cd64652a8f343a2577ee4c372147605cb4e;hb=c7fcd39a6326f4d07c5ce6f286ee713e6150d681;hp=f718183140a22843ab95763c4ec90c5e3a8c9931;hpb=a9b81d72b554d21849c7f25ac0faf487637fde58;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index f718183..65558cd 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 = NEWS 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 &