Have most etc files part of dist
[metaproxy-moved-to-github.git] / Makefile.am
1 ## This file is part of Metaproxy
2 ## Copyright (C) 2005-2006, Index Data ApS
3 ## $Id: Makefile.am,v 1.13 2006-04-27 17:01:00 adam Exp $
4
5 SUBDIRS = src doc etc
6
7 ACLOCAL_AMFLAGS = -I m4
8
9 AUTOMAKE_OPTIONS = foreign
10
11 EXTRA_DIST = Doxyfile.in NEWS README m4/yazpp.m4 m4/yaz.m4 buildconf.sh
12
13 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure 
14
15 dist-hook:
16         mkdir $(distdir)/win
17         -cp $(srcdir)/win/* $(distdir)/win
18
19 # doxygen target
20 .PHONY:dox
21 dox:
22         doxygen
23
24 .PHONY:showdox
25 showdox:
26         firefox file://`pwd`/dox/html/index.html &