From 04da92dfd16ebe7c667d650cbf960c72c91f8c9e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 23 Jul 2021 11:50:28 +1000 Subject: docs: updates and new manual page for pcp-htop Add some words about pcp-htop to the main man page, and add a new man page describing the pcp-htop configuration files that allow new meters and columns to be defined at runtime. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index be40187a..9936bdf9 100644 --- a/configure.ac +++ b/configure.ac @@ -663,7 +663,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 -- cgit v1.2.3