doc: add a spot(7) man page

Suggested by Akim Demaille.  Fixes #171.

* bin/man/spot.x, bin/spot.cc: New files.
* bin/man/Makefile.am, bin/Makefile.am: Add them.
* doc/org/tools.org, NEWS: Mention the new page.
This commit is contained in:
Alexandre Duret-Lutz 2016-05-02 10:41:41 +02:00
parent d6e491a761
commit 9149724617
6 changed files with 123 additions and 8 deletions

3
NEWS
View file

@ -10,6 +10,9 @@ New in spot 2.0.0a (not yet released)
* Add missing documentation for the option string passed to
spot::make_emptiness_check_instantiator().
* There is a now a spot(7) man page listing all installed
command-line tools.
Python:
* The tgba_determinize() function is now accessible in Python.