X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=Makefile.am;h=65558cd64652a8f343a2577ee4c372147605cb4e;hb=c180eaad8c71ab1e993091be1d1affea661db23e;hp=7634b6d0547e4361645bfb632bfe2937ec68fa0b;hpb=42a42db033a8e3239a879041905fce749316e126;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 7634b6d..65558cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ -SUBDIRS = src +SUBDIRS = src doc ACLOCAL_AMFLAGS = -I m4 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 @@ -12,3 +12,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure .PHONY:dox dox: doxygen + +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &