summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-10-12 20:52:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-10-16 01:26:17 +0200
commitbc97f48e2e9ecbbb32e0038e6ebe30cdab3980ff (patch)
tree9426727a1d2dde5a323634e37a1391236024b726 /doc
parent3afa3c29cec233621bb337a96d56f2401549e7f7 (diff)
downloadknutclient-bc97f48e2e9ecbbb32e0038e6ebe30cdab3980ff.tar.gz
knutclient-bc97f48e2e9ecbbb32e0038e6ebe30cdab3980ff.zip
conversion to cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/CMakeLists.txt1
-rwxr-xr-xdoc/cs/CMakeLists.txt4
-rwxr-xr-xdoc/en/CMakeLists.txt1
-rwxr-xr-xdoc/man/CMakeLists.txt5
-rw-r--r--doc/man/knutclient.142
5 files changed, 53 insertions, 0 deletions
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 <arnaud.quette@free.fr>,
+for the Debian project (but may be used by others).