* doc/Doxygen.in: Enable LaTeX output.
* doc/Makefile.am (spotref.pdf): New rule. (EXTRA_DIST): Add spotref.pdf.
This commit is contained in:
parent
12f66a3b18
commit
b53d8aac71
3 changed files with 16 additions and 7 deletions
|
|
@ -17,4 +17,9 @@ $(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
|
|||
spot.html: $(srcdir)/stamp
|
||||
spot.latex: $(srcdir)/stamp
|
||||
|
||||
EXTRA_DIST = $(srcdir)/stamp spot.html mainpage.dox
|
||||
$(srcdir)/spotref.pdf: $(srcdir)/stamp
|
||||
cd spot.latex \
|
||||
&& texi2dvi --pdf refman.tex \
|
||||
&& cd .. && mv -f spot.latex/refman.pdf $@
|
||||
|
||||
EXTRA_DIST = $(srcdir)/stamp spot.html mainpage.dox $(srcdir)/spotref.pdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue