From 38d555ae68d01f3481af5c7562ef32228fb0e8ab Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 2 Jun 2022 20:15:14 +0900 Subject: Add man pages for TDE applications. Signed-off-by: Michele Calgaro (cherry picked from commit 825599fcfff1d8e78368e2dfd9537499f48313a4) --- doc/man/atlantikdesigner/CMakeLists.txt | 7 +++++ doc/man/atlantikdesigner/atlantikdesigner.1 | 42 +++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 doc/man/atlantikdesigner/CMakeLists.txt create mode 100644 doc/man/atlantikdesigner/atlantikdesigner.1 (limited to 'doc/man/atlantikdesigner') 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 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 +and Rob Kaper . +.br +This manual page was prepared by Ben Burton +for the Debian GNU/Linux system (but may be used by others). -- cgit v1.2.1