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:
parent
e0873cc7d6
commit
c96513b6b8
10 changed files with 837 additions and 19 deletions
|
|
@ -19,13 +19,16 @@
|
|||
## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
||||
## 02111-1307, USA.
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src $(BUDDY_CPPFLAGS) \
|
||||
SUBDIRS = . man
|
||||
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src $(BUDDY_CPPFLAGS) \
|
||||
-I$(top_builddir)/lib -I$(top_srcdir)/lib
|
||||
AM_CXXFLAGS = $(WARNING_CXXFLAGS)
|
||||
LDADD = $(top_builddir)/src/libspot.la $(top_builddir)/lib/libgnu.a
|
||||
|
||||
bin_PROGRAMS = ltlfilt genltl
|
||||
ltlfilt_SOURCES = ltlfilt.cc common_output.cc
|
||||
genltl_SOURCES = genltl.cc common_output.cc
|
||||
|
||||
noinst_HEADERS = common_output.hh
|
||||
|
||||
ltlfilt_SOURCES = ltlfilt.cc common_output.cc
|
||||
genltl_SOURCES = genltl.cc common_output.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue