UltraRogue: build and install documentation in the Makefile.

This commit is contained in:
John "Elwin" Edwards 2017-09-09 07:25:23 -04:00
parent 3a9054acbf
commit b521be16e8
2 changed files with 33 additions and 7 deletions

View file

@ -30,10 +30,9 @@ AC_CHECK_FUNCS([erasechar killchar alarm getpass memset setenv strchr nlist _spa
AC_PROG_INSTALL
# Programs to process the documentation
#AC_CHECK_PROG([NROFF], [nroff], [nroff],)
#AC_CHECK_PROG([GROFF], [groff], [groff],)
#AC_CHECK_PROG([COLCRT], [colcrt], [colcrt],)
#AC_CHECK_PROG([TBL], [tbl], [tbl],)
AC_CHECK_PROG([NROFF], [nroff], [nroff],)
AC_CHECK_PROG([GROFF], [groff], [groff],)
AC_CHECK_PROG([COLCRT], [colcrt], [colcrt],)
AC_ARG_WITH(program-name, AC_HELP_STRING([--with-program-name=NAME],[alternate executable name]),[progname="$withval" ], [progname="urogue"] )
PROGRAM=$progname