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:
parent
799ab14300
commit
6b503d43a9
5 changed files with 12 additions and 12 deletions
|
|
@ -1,3 +1,11 @@
|
||||||
|
2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
|
Remove spotref.pdf.
|
||||||
|
|
||||||
|
* doc/Doxyfile.in: Do not generate LaTeX output.
|
||||||
|
* doc/Makefile.am: Do not build spotref.pdf.
|
||||||
|
* NEWS, README: Adjust.
|
||||||
|
|
||||||
2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
2011-11-28 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||||
|
|
||||||
Fix some Doxygen errors.
|
Fix some Doxygen errors.
|
||||||
|
|
|
||||||
1
NEWS
1
NEWS
|
|
@ -23,6 +23,7 @@ New in spot 0.7.1a:
|
||||||
- Identifiers used to name atomic proposition can contain dots.
|
- Identifiers used to name atomic proposition can contain dots.
|
||||||
E.g.: X.Y is now an atomic proposition, while it was understood
|
E.g.: X.Y is now an atomic proposition, while it was understood
|
||||||
as X&Y in previous versions.
|
as X&Y in previous versions.
|
||||||
|
- The Doxygen documentation is no longer built as a PDF file.
|
||||||
* Internal improvements:
|
* Internal improvements:
|
||||||
- The on-line ltl2tgba CGI script uses a cache to produce faster
|
- The on-line ltl2tgba CGI script uses a cache to produce faster
|
||||||
answers.
|
answers.
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -130,8 +130,6 @@ src/ Sources for libspot.
|
||||||
sanity/ Sanity tests for the whole project.
|
sanity/ Sanity tests for the whole project.
|
||||||
doc/ Documentation for libspot.
|
doc/ Documentation for libspot.
|
||||||
spot.html/ HTML reference manual.
|
spot.html/ HTML reference manual.
|
||||||
spot.latex/ Sources for the PDF manual. (Not distributed, can be rebuilt.)
|
|
||||||
spotref.pdf PDF reference manual.
|
|
||||||
bench/ Benchmarks for ...
|
bench/ Benchmarks for ...
|
||||||
emptchk/ ... emptiness-check algorithms,
|
emptchk/ ... emptiness-check algorithms,
|
||||||
gspn-ssp/ ... various symmetry-based methods with GreatSPN,
|
gspn-ssp/ ... various symmetry-based methods with GreatSPN,
|
||||||
|
|
|
||||||
|
|
@ -1026,7 +1026,7 @@ SERVER_BASED_SEARCH = NO
|
||||||
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
|
# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
|
||||||
# generate Latex output.
|
# generate Latex output.
|
||||||
|
|
||||||
GENERATE_LATEX = YES
|
GENERATE_LATEX = NO
|
||||||
|
|
||||||
# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
|
# 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
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be
|
||||||
|
|
|
||||||
|
|
@ -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).
|
## l'Epita (LRDE).
|
||||||
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris
|
## Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris
|
||||||
## 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
|
## 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 $@
|
touch $@
|
||||||
|
|
||||||
$(srcdir)/spot.html $(srcdir)/spot.tag: $(srcdir)/stamp
|
$(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.tag is useful to third-party packages that must link to the
|
||||||
# Spot documentation.
|
# Spot documentation.
|
||||||
|
|
@ -58,5 +52,4 @@ EXTRA_DIST = \
|
||||||
footer.html \
|
footer.html \
|
||||||
mainpage.dox \
|
mainpage.dox \
|
||||||
$(srcdir)/stamp \
|
$(srcdir)/stamp \
|
||||||
$(srcdir)/spot.html \
|
$(srcdir)/spot.html
|
||||||
$(srcdir)/spotref.pdf
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue