spot/doc/Makefile.am
Alexandre Duret-Lutz ecda9e2641 * doc/mainpage.dox: New file.
* doc/Makefile.am (EXTRA_DIST): Add mainpage.dox.
* doc/Doxyfile.in (INPUT): Add @srcdir@/mainpage.dox
2003-06-26 14:57:09 +00:00

20 lines
363 B
Makefile

DOXYGEN = doxygen
.PHONY: doc spot
all-local: $(srcdir)/stamp
doc:
rm -f $(srcdir)/stamp
$(MAKE) $(srcdir)/stamp
$(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
$(MAKE) Doxyfile
rm -rf spot.html spot.latex
$(DOXYGEN)
touch $@
spot.html: $(srcdir)/stamp
spot.latex: $(srcdir)/stamp
EXTRA_DIST = $(srcdir)/stamp spot.html mainpage.dox