added target 'showdox' which launches firefox with doxygen generated HTML
[metaproxy-moved-to-github.git] / Makefile.am
1 SUBDIRS = src 
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 AUTOMAKE_OPTIONS = foreign
6
7 EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4  buildconf.sh
8
9 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
10
11 # doxygen target
12 .PHONY:dox
13 dox:
14         doxygen
15
16 .PHONY:showdox
17 showdox:
18         firefox file://`pwd`/dox/html/index.html &