diff options
author | gregory guy <[email protected]> | 2018-10-03 15:32:43 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-14 01:13:46 +0200 |
commit | 9d6905151acf632ad6be7d4294166653e355720a (patch) | |
tree | 0007744930177766201aebbaef6258a407e8a69b /doc | |
parent | fad85e3bd2eda0ef08422ab28daf36149a24afa6 (diff) | |
download | ksensors-9d6905151acf632ad6be7d4294166653e355720a.tar.gz ksensors-9d6905151acf632ad6be7d4294166653e355720a.zip |
convert to cmake building system
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/ksensors.1 | 62 |
4 files changed, 69 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 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 100644 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/ksensors.1 b/doc/man/ksensors.1 new file mode 100644 index 0000000..d4da2cf --- /dev/null +++ b/doc/man/ksensors.1 @@ -0,0 +1,62 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KSENSORS 1 "May 02, 2002" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +ksensors \- lm-sensors frontend for TDE +.SH SYNOPSIS +.B ksensors +.RI "[ options ]" +.SH DESCRIPTION +.B KSensors +is a lm-sensors frontend for TDE for monitoring a motherboard. +It allows you to access information from temperature and fan +speed sensors. +.SH OPTIONS +A summary of options are included below. +.TP +.B \-\-nodock +Don't dock in TDE system tray. +.TP +.B \-\-splash +Show splash screen. +.TP +.B \-\-help +Show summary of options. +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-tde +Show TDE specific options +.TP +.B \-\-help\-all +Show all options +.TP +.B \-\-author +Show author information +.TP +.B \-v, \-\-version +Show version of program. +.TP +.B \-\-license +Show license information +.SH AUTHOR +.B KSensors +was written by Miguel Novas <[email protected]>. +.br +This manual page was written by Aurelien Jarno <[email protected]>, +for the Debian GNU/Linux system (but may be used by others). |