summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-08-26 03:26:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-08-26 14:18:18 +0200
commit39ec936b1fc1565b0fa34bf6421c4b1fa93cba03 (patch)
tree49bb513d6446c9873b49fdaed71b448e32f63438 /src
parente9d8d887c5ec276150871f1bff2509cc97e9eda7 (diff)
downloadtdesshaskpass-39ec936b1fc1565b0fa34bf6421c4b1fa93cba03.tar.gz
tdesshaskpass-39ec936b1fc1565b0fa34bf6421c4b1fa93cba03.zip
Use common rules to build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt11
-rw-r--r--src/ksshaskpass.129
2 files changed, 0 insertions, 40 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 344912f..7e4ca6c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -24,14 +24,3 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC
DESTINATION ${BIN_INSTALL_DIR}
)
-
-
-##### other data
-
-if( BUILD_DOC )
- install(
- FILES ${PROJECT_NAME}.1
- DESTINATION ${MAN_INSTALL_DIR}/man1
- COMPONENT doc
- )
-endif( )
diff --git a/src/ksshaskpass.1 b/src/ksshaskpass.1
deleted file mode 100644
index 4eece41..0000000
--- a/src/ksshaskpass.1
+++ /dev/null
@@ -1,29 +0,0 @@
-.TH KSSHASKPASS 1
-.SH NAME
-ksshaskpass \- prompts a user for a passphrase using KDE
-.SH SYNOPSIS
-.B kdesshaskpass
-.SH DESCRIPTION
-.B kshaskpass
-is a KDE-based passphrase dialog for use with OpenSSH.
-It is intended to be called by the
-.BR ssh\-add (1)
-program and not invoked directly.
-It allows
-.BR ssh\-add (1)
-to obtain a passphrase from a user, even if not connected to a terminal
-(assuming that an X display is available).
-This happens automatically in the case where
-.B ssh\-add
-is invoked from one's
-.B ~/.xsession
-or as one of the KDE startup programs, for example.
-.PP
-In order to be called automatically by
-.BR ssh\-add ,
-.B ksshaskpass
-should be installed as
-.IR /usr/bin/ssh\-askpass .
-.SH AUTHOR
-This manual page was written by Armin Berres <trigger@space-based.de>.
-It was based on that for gnome\-ssh\-askpass by Colin Watson <cjwatson@debian.org>.