X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=18da25b8786a8132599d144b4776846d5de6ce8b;hb=0a27866d7b12382683436c13a33d1a1ac0e6144b;hp=6ff4987bfbfb75a3b8e45b29e8c0ce0aa070d780;hpb=072e5fae5955115963d496106272649e1d4fe1ca;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 6ff4987..18da25b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +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 &