Fixes #400. * spot/tl/randomltl.cc, spot/tl/randomltl.hh: Adjust to accept a set of formula to replace the atomic propositions. * bin/ltlmix.cc: New file. * bin/Makefile.am: Add it. * bin/man/ltlmix.x: New file. * bin/man/Makefile.am: Add it. * doc/org/ltlmix.org: New file. * doc/Makefile.am: Add it. * bin/man/genltl.x, bin/man/randltl.x, bin/man/spot.x, bin/spot.cc, doc/org/arch.tex, doc/org/concepts.org, doc/org/tools.org, NEWS: Mention ltlmix. * tests/core/ltlmix.test: New file. * tests/Makefile.am: Add it. |
||
|---|---|---|
| .. | ||
| autcross.x | ||
| autfilt.x | ||
| dstar2tgba.x | ||
| genaut.x | ||
| genltl.x | ||
| ltl2tgba.x | ||
| ltl2tgta.x | ||
| ltlcross.x | ||
| ltldo.x | ||
| ltlfilt.x | ||
| ltlgrind.x | ||
| ltlmix.x | ||
| ltlsynt.x | ||
| Makefile.am | ||
| randaut.x | ||
| randltl.x | ||
| README | ||
| spot-x.x | ||
| spot.x | ||
To help with keeping man pages in sync with the binaries, the man page for PROGRAM is automatically generated from two sources: 1. the --help output of bin/PROGRAM, 2. the bin/man/PROGRAM.x file The tool help2man is responsible for doing this conversion. The PROGRAM.x file has [sections] headers to indicate sections. The rest of the file uses groff macros for man pages. For detail on this syntax, run "man groff_man". Note that some of the standard sections will be forced to the top or bottom of the manpage by help2man, the rest will appear as ordered in PROGRAM.x.