help2man: generate man pages for genltl and ltlfilt

* tools/help2man, tools/x-to-1.in: New files, copied from gnulib
1af55d85d9762a679b4302d5995f05ccd883e956.
* configure.ac: Create x-to-1 and export CROSS_COMPILING.
* Makefile.am: Distribute help2man.
* src/bin/Makefile.am (SUBDIRS): New.
* src/bin/man/Makefile.am: New file.
* src/bin/man/genltl.x, src/bin/man/ltlfilt.x: New files.
* src/bin/genltl.cc: Document the RANGE in the options,
and move the bibliography to genltl.x.
* README: Document src/bin/man
This commit is contained in:
Alexandre Duret-Lutz 2012-09-04 13:49:40 +02:00
parent e0873cc7d6
commit c96513b6b8
10 changed files with 837 additions and 19 deletions

View file

@ -104,6 +104,8 @@ AC_CHECK_PROG([WRING2LBTT], [wring2lbtt], [wring2lbtt])
# an alias for swig-1.3. Let's use the former when available.
AC_CHECK_PROGS([SWIG], [swig2.0 swig], [swig])
AC_SUBST([CROSS_COMPILING], [$cross_compiling])
AC_CONFIG_FILES([
Makefile
bench/Makefile
@ -131,6 +133,7 @@ AC_CONFIG_FILES([
iface/Makefile
lib/Makefile
src/bin/Makefile
src/bin/man/Makefile
src/eltlparse/Makefile
src/eltltest/defs
src/eltltest/Makefile
@ -169,6 +172,7 @@ AC_CONFIG_FILES([
wrap/python/Makefile
wrap/python/ajax/Makefile
wrap/python/tests/Makefile
tools/x-to-1
])
AC_CONFIG_FILES([bench/ltl2tgba/ltl2baw.pl:bench/ltl2tgba/ltl2baw.in],
[chmod +x bench/ltl2tgba/ltl2baw.pl])