UltraRogue: build and install documentation in the Makefile.
This commit is contained in:
parent
3a9054acbf
commit
b521be16e8
2 changed files with 33 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue