From bc97f48e2e9ecbbb32e0038e6ebe30cdab3980ff Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 12 Oct 2018 20:52:21 +0200 Subject: conversion to cmake building system Signed-off-by: gregory guy --- doc/CMakeLists.txt | 1 + doc/cs/CMakeLists.txt | 4 ++++ doc/en/CMakeLists.txt | 1 + doc/man/CMakeLists.txt | 5 +++++ doc/man/knutclient.1 | 42 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 53 insertions(+) create mode 100755 doc/CMakeLists.txt create mode 100755 doc/cs/CMakeLists.txt create mode 100755 doc/en/CMakeLists.txt create mode 100755 doc/man/CMakeLists.txt create mode 100644 doc/man/knutclient.1 (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100755 index 0000000..6d0aa9f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/doc/cs/CMakeLists.txt b/doc/cs/CMakeLists.txt new file mode 100755 index 0000000..95afa7a --- /dev/null +++ b/doc/cs/CMakeLists.txt @@ -0,0 +1,4 @@ +tde_create_handbook( + DESTINATION ${PROJECT_NAME} + LANG cs +) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100755 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100755 index 0000000..8512250 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +INSTALL( + FILES ${PROJECT_NAME}.1 + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/knutclient.1 b/doc/man/knutclient.1 new file mode 100644 index 0000000..30ffffd --- /dev/null +++ b/doc/man/knutclient.1 @@ -0,0 +1,42 @@ +.TH KNUTCLIENT 1 "july 8, 2004" +.SH NAME +knutclient \- A TDE GUI that displays UPS statistics from NUT's upsd +.SH SYNOPSIS +.B knutclient [option] +.br +.SH DESCRIPTION +This manual page documents briefly the +.B knutclient +program. +This manual page was written for the Debian distribution +because the original program does not have a manual page. +Instead, it has documentation in the TDE Help format you +should better refer to. +.PP +\fBknutclient\fP monitors UPS statistics through the NUT (Network UPS Tools, +http://www.networkupstools.org/) framework on Linux and other systems. This +information, presented in a nice visual format, can be invaluable on stations +using an UPS. + +.SH OPTIONS +This program follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the TDE Help. +.TP +.B \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.TP +.B \-v, \-\-author +Show author of program. +.SH SEE ALSO +.BR upsc (8), +.BR upsd (8). +.br +The NUT (Network UPS Tools) home page: http://www.networkupstools.org/ +.SH AUTHOR +This manual page was written by Arnaud Quette , +for the Debian project (but may be used by others). -- cgit v1.2.1