* doc/footer.html: New file, link to RefDocComments on the wiki.

* doc/Doxyfile.in (HTML_FOOTER): Use footer.html.
* doc/Makefile.am (EXTRA_DIST): Add footer.html.
This commit is contained in:
Alexandre Duret-Lutz 2004-07-09 14:51:56 +00:00
parent 61a5ec760e
commit c534bac478
4 changed files with 18 additions and 3 deletions

View file

@ -43,5 +43,9 @@ $(srcdir)/spotref.pdf: $(srcdir)/stamp
&& texi2dvi --pdf refman.tex \
&& cd .. && mv -f spot.latex/refman.pdf $@
EXTRA_DIST = $(srcdir)/stamp $(srcdir)/spot.html \
mainpage.dox $(srcdir)/spotref.pdf
EXTRA_DIST = \
footer.html \
mainpage.dox \
$(srcdir)/stamp \
$(srcdir)/spot.html \
$(srcdir)/spotref.pdf