summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-12-19 12:15:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-19 23:25:26 +0100
commitb7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd (patch)
treeb0d9449623b6b81deb387ffb1f58fab41590834f /doc
parent639cb9bec8017e764a3b952757f13283fb1d8039 (diff)
downloadpotracegui-b7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd.tar.gz
potracegui-b7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit e4a719c080c3d26387a3288815eb20c164c3ed37)
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/en/CMakeLists.txt1
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/potracegui.167
4 files changed, 74 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
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..ba3ef3e
--- /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 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/potracegui.1 b/doc/man/potracegui.1
new file mode 100644
index 0000000..989c64e
--- /dev/null
+++ b/doc/man/potracegui.1
@@ -0,0 +1,67 @@
+.\" 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 POTRACEGUI 1 "January 4, 2005"
+.\" 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
+potracegui \- a TDE frontend for potrace
+.SH SYNOPSIS
+.B potracegui
+[Qt-options] [TDE-options] [URL]
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B potracegui
+commands.
+This manual page was written for the Debian distribution
+because the original program does not have a manual page.
+.PP
+.\" TeX users may be more comfortable with the \fB<whatever>\fP and
+.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
+.\" respectively.
+\fBpotracegui\fP is a TDE frontend for potrace.
+.SH OPTIONS
+A summary of options is included below.
+.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.
+.SH SEE ALSO
+.BR potrace (1).
+.SH AUTHOR
+This manual page was written by Christoph Wegscheider
+<christoph.wegscheider@wegi.net>, for the Debian project (but may be used by
+others). The original author of potracegui is Antonio Fasolato
+<Antonio.Fasolato@poste.it>.