diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-02 20:15:14 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-02 20:15:14 +0900 |
commit | 825599fcfff1d8e78368e2dfd9537499f48313a4 (patch) | |
tree | a9fd42262cc516347e5918f4d72173e7bb5006e4 /doc/man/atlantikdesigner | |
parent | 9f06a008b5127d555cc992259454f6aa37afb62f (diff) | |
download | tdeaddons-825599fcfff1d8e78368e2dfd9537499f48313a4.tar.gz tdeaddons-825599fcfff1d8e78368e2dfd9537499f48313a4.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/atlantikdesigner')
-rw-r--r-- | doc/man/atlantikdesigner/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/man/atlantikdesigner/atlantikdesigner.1 | 42 |
2 files changed, 49 insertions, 0 deletions
diff --git a/doc/man/atlantikdesigner/CMakeLists.txt b/doc/man/atlantikdesigner/CMakeLists.txt new file mode 100644 index 0000000..24ccd70 --- /dev/null +++ b/doc/man/atlantikdesigner/CMakeLists.txt @@ -0,0 +1,7 @@ +file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 ) + +INSTALL( + FILES ${_man_files} + DESTINATION ${MAN_INSTALL_DIR}/man1 + COMPONENT doc +) diff --git a/doc/man/atlantikdesigner/atlantikdesigner.1 b/doc/man/atlantikdesigner/atlantikdesigner.1 new file mode 100644 index 0000000..41a1aeb --- /dev/null +++ b/doc/man/atlantikdesigner/atlantikdesigner.1 @@ -0,0 +1,42 @@ +.\" 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 ATLANTIKDESIGNER 1 "October 14, 2004" +.\" 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 +atlantikdesigner \- game board designer for Atlantik +.SH SYNOPSIS +.B atlantikdesigner +.RI "[ " generic-options " ]" +.SH DESCRIPTION +\fBAtlantik Designer\fP is a game board designer for Atlantik. +.PP +Atlantik is a TDE client for playing Monopoly-like board games on the +monopd network. It can play any board supported by the network +server, including the classic Monopoly game as well as the Atlantik +game in which the properties include several major cities in North +America and Europe. +.PP +This application is part of the official TDE add-ons module. +.SH OPTIONS +For a full summary of options, run \fIatlantikdesigner \-\-help\fP. +.SH SEE ALSO +.BR atlantik (6). +.SH AUTHOR +Atlantik Designer was written by Jason Katz-Brown <jason@katzbrown.com> +and Rob Kaper <cap@capsi.com>. +.br +This manual page was prepared by Ben Burton <bab@debian.org> +for the Debian GNU/Linux system (but may be used by others). |