Good evening! I just tried compiling the latest point release version (1.0.1), and the one prior (1.0.0) and get the same trouble. Whenever I compile with the --enable-docs flag, the subsequent make command fails with:
rst2man ./doc/help.rst > src/conf/help.cc.1
./genhelp.sh src/conf/help.cc.1 src/conf/help.cc
make[1]: ./genhelp.sh: Command not found
make[1]: *** [src/conf/help.cc] Error 127
Indeed, there is no genhelp.sh file in the tarball:
]$ tar --exclude="*/*/*" -tzf re2c-1.0.1.tar.gz
re2c-1.0.1/
re2c-1.0.1/aclocal.m4
re2c-1.0.1/examples/
re2c-1.0.1/NO_WARRANTY
re2c-1.0.1/Makefile.am
re2c-1.0.1/depcomp
re2c-1.0.1/bootstrap/
re2c-1.0.1/configure
re2c-1.0.1/install-sh
re2c-1.0.1/Makefile.in
re2c-1.0.1/config.h.in
re2c-1.0.1/missing
re2c-1.0.1/doc/
re2c-1.0.1/test-driver
re2c-1.0.1/compile
re2c-1.0.1/README
re2c-1.0.1/autogen.sh
re2c-1.0.1/CHANGELOG
re2c-1.0.1/run_tests.sh.in
re2c-1.0.1/src/
re2c-1.0.1/configure.ac
re2c-1.0.1/test/
Perhaps this is meant to be created on compile? Building without the flag seems to go through, with a message about rebuilding for the docs:
Reconfigure to rebuild docs: ./configure --enable-docs
Of course, is always nice to be able to generate documentation for use :)
Good evening! I just tried compiling the latest point release version (1.0.1), and the one prior (1.0.0) and get the same trouble. Whenever I compile with the
--enable-docsflag, the subsequent make command fails with:Indeed, there is no
genhelp.shfile in the tarball:Perhaps this is meant to be created on compile? Building without the flag seems to go through, with a message about rebuilding for the docs:
Of course, is always nice to be able to generate documentation for use :)