org: document SAT-based minimization

* doc/org/satmin.org, doc/org/satmin.tex: New files.
* doc/Makefile.am: Add them.
* doc/org/tools.org: Point to satmin.org.
* NEWS: Mention satmin.html.
This commit is contained in:
Alexandre Duret-Lutz 2013-09-15 22:37:55 +02:00
parent cda847e207
commit 3076c3da4e
5 changed files with 519 additions and 1 deletions

View file

@ -68,7 +68,15 @@ ORG_FILES = \
org/ltlcross.org \
org/ltlfilt.org \
org/randltl.org \
org/tools.org
org/tools.org \
org/satmin.org \
org/satmin.tex \
$(srcdir)/org/satmin.png
$(srcdir)/org/satmin.png: org/satmin.tex
cd $(srcdir)/org && \
pdflatex -shell-escape satmin.tex && \
rm -f satmin.pdf satmin.aux satmin.log
$(srcdir)/org-stamp: $(ORG_FILES) $(configure_ac)
make org && touch $@