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