SUBDIRS=include lib share src components EXTRA_DIST= NEWS NEWS.xml NEWS.xsl pkgconfigdir=${libdir}/pkgconfig pkgconfig_DATA=sitecing.pc 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