added target 'showdox' which launches firefox with doxygen generated HTML
authorMarc Cromme <marc@indexdata.dk>
Wed, 12 Oct 2005 20:45:56 +0000 (20:45 +0000)
committerMarc Cromme <marc@indexdata.dk>
Wed, 12 Oct 2005 20:45:56 +0000 (20:45 +0000)
Makefile.am
src/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 &
index 042d9d6..42e729f 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.13 2005-10-08 17:28:28 marc Exp $
+## $Id: Makefile.am,v 1.14 2005-10-12 20:45:56 marc Exp $
 
 MAINTAINERCLEANFILES    = Makefile.in config.in config.hpp
 
@@ -47,3 +47,6 @@ test_boost_time_LDADD = $(LDADD) -lboost_unit_test_framework
 # doxygen target
 dox:
        (cd $(top_srcdir) ; make dox) 
+
+showdox:
+       (cd $(top_srcdir) ; make showdox)