-rw-r--r-- | Makefile.am | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 68f550d..fb04e49 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,20 +8,15 @@ pkgconfig_DATA=sitecing.pc endif -LOCAL_TARGETS= +all-local: NEWS if HAVE_DOXYGEN -LOCAL_TARGETS+=doxygen +clean-local: + rm -rf doxydox endif -all-local: NEWS $(addprefix all-lota-,${LOCAL_TARGETS}) -clean-local: $(addprefix clean-lota-,${LOCAL_TARGETS}) - NEWS: NEWS.xsl NEWS.xml ${XSLTPROC} -o $@ NEWS.xsl NEWS.xml -all-lota-doxygen: doxydox/built -doxydox/built: $(wildcard ${top_srcdir}/include/sitecing/*.h) +if HAVE_DOXYGEN +dox: ${DOXYGEN} - touch $@ - -clean-lota-doxygen: - rm -rf doxydox +endif |