doc/check_html:
$(MAKE) -C doc check_html
+doc/doxygen:
+ $(MAKE) -C doc doxygen
+
# check we can do a clean build, including docs.
# perhaps we should check for out of date (svn st -u) and modified files.
-prereleasecheck: doc/check_html
+prereleasecheck: doc/check_html doc/doxygen
-$(MAKE) distclean
autoreconf -i && ./configure \
&& ulimit -c 0 && \
rm -rf check-${RELEASE_VERSION}
-dorelease: releasevars doc/check_html prereleasecheck
+dorelease: releasevars doc/check_html doc/doxygen prereleasecheck
cp NEWS NEWS-${RELEASE_VERSION}.txt
@echo "You need to:"
@echo "cut out old release news from NEWS-${RELEASE_VERSION}.txt."
check_html: $(srcdir)/check.texi
texi2html --output=check_html --top-file=index.html --split=chapter check.texi
+doxygen:
+ doxygen $(srcdir)/doxygen.conf
+
## we need to include several diffs as we evolve the example in the
## tutorial. this means we'll generate them from the example source.
clean-local:
rm -rf check_html
+ rm -rf doxygen
## what to distribute
EXTRA_DIST = $(example_docs) \