* doc/Doxyfile.in (GENERATE_TAGFILE): Build spot.tag.
* doc/Makefile.am (dist_pkgdata_DATA): Add spot.tag.
This commit is contained in:
parent
8f502a8e32
commit
4531700d36
3 changed files with 9 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue