summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-05-09 16:11:56 +0200
committergregory guy <g-gregory@gmx.fr>2019-05-09 16:11:56 +0200
commit26f73f5100c4917f50f593f55fc96776055d2b39 (patch)
tree80ae7da51c84cd02a929115370d82f15f8f5252b /doc
parent08ba9b9adabc4a6581c58d7db8c9f4941ebe8a86 (diff)
downloadkdpkg-26f73f5100c4917f50f593f55fc96776055d2b39.tar.gz
kdpkg-26f73f5100c4917f50f593f55fc96776055d2b39.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt1
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/kdpkg-install.134
-rw-r--r--doc/man/kdpkg.134
4 files changed, 74 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 0000000..b0bb74c
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1 @@
+add_subdirectory( man )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..f377dfe
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1 ${PROJECT_NAME}-install.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/kdpkg-install.1 b/doc/man/kdpkg-install.1
new file mode 100644
index 0000000..c49586d
--- /dev/null
+++ b/doc/man/kdpkg-install.1
@@ -0,0 +1,34 @@
+'\" -*- coding: us-ascii -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH kdpkg 1 2008-07-03 "" ""
+.SH NAME
+kdpkg \- TDE frontend for dpkg
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBkdpkg\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+If you klick on a .deb file kdpkg starts automatically for installing it.
+It works like gdebi with the difference that kdpkg is a TDE application
+.SH COPYRIGHT
+This manual page was written by Alexander Kopf
+<\*(T<kopf\-alexander@gmx.de\*(T>> for the
+Ubuntu system (but may be used by others).
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License,
+Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in
+\*(T<\fI/usr/share/common\-licenses/GPL\-2\fR\*(T>.
diff --git a/doc/man/kdpkg.1 b/doc/man/kdpkg.1
new file mode 100644
index 0000000..c49586d
--- /dev/null
+++ b/doc/man/kdpkg.1
@@ -0,0 +1,34 @@
+'\" -*- coding: us-ascii -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH kdpkg 1 2008-07-03 "" ""
+.SH NAME
+kdpkg \- TDE frontend for dpkg
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBkdpkg\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+If you klick on a .deb file kdpkg starts automatically for installing it.
+It works like gdebi with the difference that kdpkg is a TDE application
+.SH COPYRIGHT
+This manual page was written by Alexander Kopf
+<\*(T<kopf\-alexander@gmx.de\*(T>> for the
+Ubuntu system (but may be used by others).
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU General Public License,
+Version 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in
+\*(T<\fI/usr/share/common\-licenses/GPL\-2\fR\*(T>.