Merge pull request #705 from natoscott/pcp-htop-manual

docs: updates and new manual page for pcp-htop
This commit is contained in:
Nathan Scott
2021-08-13 16:05:38 +10:00
committed by GitHub
4 changed files with 298 additions and 3 deletions

View File

@ -681,7 +681,7 @@ AM_CONDITIONAL([HTOP_PCP], [test "$my_htop_platform" = pcp])
AM_CONDITIONAL([HTOP_UNSUPPORTED], [test "$my_htop_platform" = unsupported])
AC_SUBST(my_htop_platform)
AC_CONFIG_FILES([Makefile htop.1])
AC_CONFIG_FILES([Makefile htop.1 pcp-htop.5])
AC_OUTPUT
if test "$my_htop_platform" = unsupported; then