From 1f9f2bcfb70f0cfd3931d0f1a50c35176d77c218 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 29 May 2022 20:13:27 +0900 Subject: Add man pages for TDE applications. Signed-off-by: Michele Calgaro --- doc/man/tdeiconedit/CMakeLists.txt | 7 +++ doc/man/tdeiconedit/tdeiconedit.1 | 89 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 doc/man/tdeiconedit/CMakeLists.txt create mode 100644 doc/man/tdeiconedit/tdeiconedit.1 (limited to 'doc/man/tdeiconedit') diff --git a/doc/man/tdeiconedit/CMakeLists.txt b/doc/man/tdeiconedit/CMakeLists.txt new file mode 100644 index 00000000..24ccd704 --- /dev/null +++ b/doc/man/tdeiconedit/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/tdeiconedit/tdeiconedit.1 b/doc/man/tdeiconedit/tdeiconedit.1 new file mode 100644 index 00000000..70bcb510 --- /dev/null +++ b/doc/man/tdeiconedit/tdeiconedit.1 @@ -0,0 +1,89 @@ +.TH TDEICONEDIT "1" "September 2002" TDE "TDE Application" +.SH NAME +tdeiconedit \- TDE Icon Editor +.SH SYNOPSIS +.B tdeiconedit +[\fIQt-options\fR] [\fITDE-options\fR] [\fIfile(s)\fR] +.SH DESCRIPTION +This manual page documents briefly the +.B TDEIconEdit +TDE Application. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.P +.B TDEIconEdit +is designed to help create icons for TDE using the standard +icon palette. +.PP +TDE Icon Editor +.SH AUTHOR +TDEIconEdit was written by +.nh +Thomas Tanghus , +John Califf , +Laurent Montel and +Aaron J. Seigo . +.hy +.br +Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly. +.br +This manual page was prepared by +.nh +Karolina Lindqvist +.hy +for the Debian GNU/Linux system (but may be used by others). +.SS "Generic options:" +.TP +\fB\-\-help\fR +Show help about options +.TP +\fB\-\-help\-qt\fR +Show Qt specific options +.TP +\fB\-\-help\-tde\fR +Show TDE specific options +.TP +\fB\-\-help\-all\fR +Show all options +.TP +\fB\-\-author\fR +Show author information +.TP +\fB\-v\fR, \fB\-\-version\fR +Show version information +.TP +\fB\-\-license\fR +Show license information +.TP +\fB\-\-\fR +End of options +.SS "Arguments:" +.TP +file(s) +Icon file(s) to open +.SH "SEE ALSO" +The full documentation for +.B TDEIconEdit +is maintained as a docbook manual. If the +.B khelpcenter +program is properly installed at your site, the command +.IP +.B khelpcenter help:/tdeiconedit +.PP +should give you access to the complete manual. +.SH AUTHOR +TDEIconEdit was written by +.nh +Thomas Tanghus , +John Califf , +Laurent Montel +and Aaron J. Seigo . +.hy +.br +Please use http://bugs.trinitydesktop.org to report bugs, do not mail the authors directly. +.br +This manual page was prepared by +.nh +Karolina Lindqvist +.hy +for the Debian GNU/Linux system (but may be used by others). -- cgit v1.2.1