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/mathemagics.1 b/doc/man/mathemagics.1 new file mode 100644 index 0000000..46e96e4 --- /dev/null +++ b/doc/man/mathemagics.1 @@ -0,0 +1,43 @@ +.TH mathemagics 1 "August 10, 2020" +.SH NAME +mathemagics \- a RPN scientific calculator. +.SH SYNOPSIS +.B mathemagics +.RI [Qt-options] [TDE-options] [URL] +.SH DESCRIPTION +Mathemagics is a full-featured scientific calculator. It uses Reverse +Polish Notation or RPN. mathemagics can store and use user-defined +functions and variables, It comes with large number of built-in +functions. +.PP +.SH OPTIONS +.SS +.SS Generic Options: +.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 +.SS +.PP +.SH HOMEPAGE +Homepage: https://mirror.git.trinitydesktop.org/gitea/TDE/mathemagics +.SH AUTHOR +This manual page was written by gregory guy , +for the Trinity Desktop Environment project (but may be used by others).