summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-09-04 14:34:08 +0200
committergregory guy <g-gregory@gmx.fr>2018-09-04 14:34:08 +0200
commit30aac996d32bdffad7de551d3acb1bbf36c69643 (patch)
treee50f9017c5b40b36785f44cb836ab69e50bdda15 /doc
parent2de7361aeb6ae024455a9dfb029efdf8c5bb242b (diff)
downloadyakuake-30aac996d32bdffad7de551d3acb1bbf36c69643.tar.gz
yakuake-30aac996d32bdffad7de551d3acb1bbf36c69643.zip
cmake conversion
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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/yakuake.150
4 files changed, 57 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/yakuake.1 b/doc/man/yakuake.1
new file mode 100644
index 0000000..fd9f23e
--- /dev/null
+++ b/doc/man/yakuake.1
@@ -0,0 +1,50 @@
+.TH YaKuake 1 "Oct 2005" "" ""
+.SH NAME
+YaKuake \- a Quake-style terminal emulator based on TDE Konsole technology.
+.SH SYNOPSIS
+.B YaKuake
+[Qt\-options] [TDE\-options]
+.SH DESCRIPTION
+YaKuake is inspired from the terminal in the Quake game: when you press a key
+(by default F12, but that can be changed) a terminal window slides down from
+the top of the screen. Press the key again, and the terminal slides back.
+
+It is faster than a keyboard shortcut because it is already loaded into memory
+and as such is very useful to anyone who frequently finds themselves switching
+in and out of terminal sessions.
+.SH OPTIONS
+YaKuake has no application-specific options.
+
+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
+.TP
+.B \-\-
+End of options
+.SH SEE ALSO
+YaKuake Homepage: http://extragear.kde.org/apps/yakuake/
+.SH AUTHOR
+YaKuake was written by Francois Chazal <neptune3k@free.fr>.
+YaKuake is currently maintained by Eike Hein <sho@eikehein.com>.
+.SH OTHER
+This manual page was written by Ana Beatriz Guerrero Lopez <ana@ekaia.org>,
+for the Debian project (but may be used by others).