From 26f73f5100c4917f50f593f55fc96776055d2b39 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Thu, 9 May 2019 16:11:56 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- doc/CMakeLists.txt | 1 + doc/man/CMakeLists.txt | 5 +++++ doc/man/kdpkg-install.1 | 34 ++++++++++++++++++++++++++++++++++ doc/man/kdpkg.1 | 34 ++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 doc/CMakeLists.txt create mode 100644 doc/man/CMakeLists.txt create mode 100644 doc/man/kdpkg-install.1 create mode 100644 doc/man/kdpkg.1 (limited to 'doc') 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> 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> 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>. -- cgit v1.2.3