X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=f300b5702bf06a7b23370f0bb0b0b8b6fc034011;hb=2a00c5af9a7d64b295de71709ad65f1c1a21154a;hp=7634b6d0547e4361645bfb632bfe2937ec68fa0b;hpb=42a42db033a8e3239a879041905fce749316e126;p=metaproxy-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index 7634b6d..f300b57 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,3 +12,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure .PHONY:dox dox: doxygen + +.PHONY:showdox +showdox: + firefox file://`pwd`/dox/html/index.html &