Two man pages added. More to come.
[metaproxy-moved-to-github.git] / Makefile.am
index 7634b6d..18da25b 100644 (file)
@@ -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 &