* configure.ac, NEWS: Bump version to 0.0l.

* doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is
in the srcdir.
This commit is contained in:
Alexandre Duret-Lutz 2003-12-01 11:48:58 +00:00
parent 1811786597
commit 0033466598
4 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-12-01 Alexandre Duret-Lutz <adl@src.lip6.fr>
* configure.ac, NEWS: Bump version to 0.0l.
* doc/Makefile.am ($(srcdir)/spotref.pdf): Do not assume spot.latex is
in the srcdir.
2003-11-28 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaparse/tgbaparse.yy (cond_list): Simplify into...

9
NEWS
View file

@ -1,3 +1,12 @@
New in spot 0.0l (2003-11-01):
* Computation of prime implicants. This simplify the output of
ltl_to_tgba_fm, and allows conditions to be output as some of
product in dot output.
* Optimize translation of GFy in ltl_to_tgba_fm.
* tgba_explicit supports arbitrary binary formulae on transitions
(only conjunctions were allowed).
New in spot 0.0j (2003-10-03):
* Use hash_map's instead of map's almost everywhere.

View file

@ -20,7 +20,7 @@
# 02111-1307, USA.
AC_PREREQ([2.57])
AC_INIT([spot], [0.0k])
AC_INIT([spot], [0.0l])
AC_CONFIG_AUX_DIR([tools])
AM_INIT_AUTOMAKE([nostdinc check-news 1.7.3])

View file

@ -39,7 +39,7 @@ spot.html: $(srcdir)/stamp
spot.latex: $(srcdir)/stamp
$(srcdir)/spotref.pdf: $(srcdir)/stamp
cd $(srcdir)/spot.latex \
cd spot.latex \
&& texi2dvi --pdf refman.tex \
&& cd .. && mv -f spot.latex/refman.pdf $@