added target 'showdox' which launches firefox with doxygen generated HTML
[metaproxy-moved-to-github.git] / Makefile.am
index 7634b6d..f300b57 100644 (file)
@@ -12,3 +12,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
 .PHONY:dox
 dox:
        doxygen
+
+.PHONY:showdox
+showdox:
+       firefox file://`pwd`/dox/html/index.html &