added target 'showdox' which launches firefox with doxygen generated HTML
[metaproxy-moved-to-github.git] / Makefile.am
index b2e0eb5..f300b57 100644 (file)
@@ -1,5 +1,18 @@
+SUBDIRS = src 
+
+ACLOCAL_AMFLAGS = -I m4
+
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = src 
+EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4  buildconf.sh
+
+MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
+
+# doxygen target
+.PHONY:dox
+dox:
+       doxygen
 
-EXTRA_DIST= yazpp.m4 yaz.m4 usemarcon.m4 buildconf.sh
+.PHONY:showdox
+showdox:
+       firefox file://`pwd`/dox/html/index.html &