* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.

* doc/Makefile.am (dist_pkgdata_DATA): Add spot.tag.
This commit is contained in:
Alexandre Duret-Lutz 2004-08-12 16:48:08 +00:00
parent 8f502a8e32
commit 4531700d36
3 changed files with 9 additions and 2 deletions

View file

@ -35,7 +35,7 @@ $(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
$(DOXYGEN)
touch $@
$(srcdir)/spot.html: $(srcdir)/stamp
$(srcdir)/spot.html $(srcdir)/spot.tag: $(srcdir)/stamp
spot.latex: $(srcdir)/stamp
$(srcdir)/spotref.pdf: $(srcdir)/stamp
@ -43,6 +43,10 @@ $(srcdir)/spotref.pdf: $(srcdir)/stamp
&& texi2dvi --pdf refman.tex \
&& cd .. && mv -f spot.latex/refman.pdf $@
# spot.tag is useful to third-party packages that must link to the
# Spot documentation.
dist_pkgdata_DATA = $(srcdir)/spot.tag
EXTRA_DIST = \
footer.html \
mainpage.dox \