Generate tmux.1 using mdoc2man.awk on Solaris, issue brought up and changes

tested by Dagobert Michelsen.
This commit is contained in:
Nicholas Marriott
2013-04-16 11:33:53 +01:00
parent 9e537c808b
commit c24b58e2ee
5 changed files with 388 additions and 2 deletions

View File

@ -416,6 +416,10 @@ else
AC_MSG_RESULT(no)
fi
# Man page defaults to mdoc.
MANFORMAT=mdoc
AC_SUBST(MANFORMAT)
# Figure out the platform for osdep-*.c and forkpty-*.c.
AC_MSG_CHECKING(platform)
case "$host_os" in
@ -455,6 +459,7 @@ case "$host_os" in
*solaris*)
AC_MSG_RESULT(sunos)
PLATFORM=sunos
MANFORMAT=man
;;
*hpux*)
AC_MSG_RESULT(hpux)