diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-12-05 12:40:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-09 19:50:50 +0100 |
commit | 404a34b9209547fd369b0c42562a92658693ff44 (patch) | |
tree | 9f88400ae16d11edae36f2728b950eb01a6295a7 /doc/man | |
parent | c97baf19f57115aaea97ae3799a5f2f998fb0e45 (diff) | |
download | knowit-404a34b9209547fd369b0c42562a92658693ff44.tar.gz knowit-404a34b9209547fd369b0c42562a92658693ff44.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 9004ae5427c4b939d7fbf21a7ab275181d534175)
Diffstat (limited to 'doc/man')
-rwxr-xr-x | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/knowit.1 | 51 |
2 files changed, 56 insertions, 0 deletions
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/knowit.1 b/doc/man/knowit.1 new file mode 100644 index 0000000..437b969 --- /dev/null +++ b/doc/man/knowit.1 @@ -0,0 +1,51 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH KNOWIT 1 "Aug 24, 2006" +.SH NAME +knowit \- Tool for managing notes for TDE +.SH SYNOPSIS +.B knowit +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B knowit +command. +.PP +\fBKnowIt\fP is a tool for managing notes which are organized in +tree-like hierarchy. It is similar to TuxCards, +but TDE-based (it requires Trinity Desktop Environment). +.SH OPTIONS +These programs 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 Info files. +.TP +.B \-\-help +Show help about 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 information +.TP +.B \-\-license +Show license information +.TP +.B \-\- +End of options +.TP +.br +.SH AUTHOR +knowit was written by Micha Rudolf +.PP +This manual page was written by Lorenzo Villani <arbiter@arbiterlab.net>, +for the Ubuntu project (but may be used by others). |