* 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

@ -1,5 +1,8 @@
2004-08-12 Alexandre Duret-Lutz <adl@src.lip6.fr>
* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.
* doc/Makefile.am (dist_pkgdata_DATA): Add spot.tag.
* src/tgbatest/ltl2tgba.cc (syntax): Typo.
* doc/Doxyfile.in (STRIP_FROM_PATH): Strip @srcdir@ so its

View file

@ -1001,7 +1001,7 @@ TAGFILES =
# When a file name is specified after GENERATE_TAGFILE, doxygen will create
# a tag file that is based on the input files it reads.
GENERATE_TAGFILE =
GENERATE_TAGFILE = @srcdir@/spot.tag
# If the ALLEXTERNALS tag is set to YES all external classes will be listed
# in the class index. If set to NO only the inherited external classes

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 \