diff options
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 | ||||
-rwxr-xr-x | doc/man/CMakeLists.txt | 5 | ||||
-rw-r--r-- | doc/man/knowit.1 | 51 |
4 files changed, 58 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/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..3451d11 --- /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/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 <[email protected]>, +for the Ubuntu project (but may be used by others). |