* 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:
parent
61a5ec760e
commit
c534bac478
4 changed files with 18 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue