summaryrefslogtreecommitdiffabout
path: root/Makefile.am
blob: e0f05c02cd5706ead3491a7d0cb48e6efd302a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS=include src
EXTRA_DIST= NEWS NEWS.xml NEWS.xsl

pkgconfigdir=${libdir}/pkgconfig
pkgconfig_DATA=kingate.pc kingate-plaincgi.pc
if HAVE_FCGI
pkgconfig_DATA += kingate-fcgi.pc
endif

all-local: NEWS
if HAVE_DOXYGEN
clean-local:
	rm -rf doxydox
endif

NEWS: NEWS.xsl NEWS.xml
	${XSLTPROC} -o $@ NEWS.xsl NEWS.xml

if HAVE_DOXYGEN
dox:
	${DOXYGEN}
endif