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:
parent
cda847e207
commit
3076c3da4e
5 changed files with 519 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue