Remove spotref.pdf.

* doc/Doxyfile.in: Do not generate LaTeX output.
* doc/Makefile.am: Do not build spotref.pdf.
* NEWS, README: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2011-11-28 13:49:56 +01:00
parent 799ab14300
commit 6b503d43a9
5 changed files with 12 additions and 12 deletions

View file

@ -1026,7 +1026,7 @@ SERVER_BASED_SEARCH = NO
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
# generate Latex output.
GENERATE_LATEX = YES
GENERATE_LATEX = NO
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be

View file

@ -1,4 +1,4 @@
## Copyright (C) 2010 Laboratoire de Recherche et Développement de
## Copyright (C) 2010, 2011 Laboratoire de Recherche et Développement de
## l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris
## 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@ -43,12 +43,6 @@ $(srcdir)/stamp: $(srcdir)/Doxyfile.in $(top_srcdir)/configure.ac
touch $@
$(srcdir)/spot.html $(srcdir)/spot.tag: $(srcdir)/stamp
spot.latex: $(srcdir)/stamp
$(srcdir)/spotref.pdf: $(srcdir)/stamp
cd spot.latex \
&& 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.
@ -58,5 +52,4 @@ EXTRA_DIST = \
footer.html \
mainpage.dox \
$(srcdir)/stamp \
$(srcdir)/spot.html \
$(srcdir)/spotref.pdf
$(srcdir)/spot.html