summaryrefslogtreecommitdiffabout
path: root/Makefile.am
blob: fb04e497923f1dd9ba85736be84b225d3f7a3442 (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 lib share src components
EXTRA_DIST= NEWS NEWS.xml NEWS.xsl

DISTCHECK_CONFIGURE_FLAGS=--with-pkgconfigdir=$${dc_install_base}/lib/pkgconfig
if HAVE_PKGCONFIG
pkgconfigdir=@PKGCONFIG_DIR@
pkgconfig_DATA=sitecing.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