From 1bcdd21c9a368063f15b133e1a224e12a5e46f40 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Thu, 4 Feb 2021 12:21:44 +0200 Subject: [PATCH] cmake: remove reference to kde4_create_manpage() macro Signed-off-by: Ivailo Monev --- cmake/modules/FindKDE4Internal.cmake | 6 ------ cmake/modules/KDE4Macros.cmake | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/cmake/modules/FindKDE4Internal.cmake b/cmake/modules/FindKDE4Internal.cmake index ced5e458..5e29abf7 100644 --- a/cmake/modules/FindKDE4Internal.cmake +++ b/cmake/modules/FindKDE4Internal.cmake @@ -140,12 +140,6 @@ # Installs all png and svgz files in the current directory to the icon # directory given in path, in the subdirectory for the given icon theme. # -# KDE4_CREATE_MANPAGE ( docbookfile section ) -# Create the manpage for the specified section from the docbookfile -# The resulting manpage will be installed to when using -# INSTALL_DESTINATION , or to / if -# SUBDIR is specified. -# # KDE4_INSTALL_AUTH_HELPER_FILES ( HELPER_TARGET HELPER_ID HELPER_USER ) # This macro adds the needed files for an helper executable meant to be used by applications using KAuth. # It accepts the helper target, the helper ID (the DBUS name) and the user under which the helper will run on. diff --git a/cmake/modules/KDE4Macros.cmake b/cmake/modules/KDE4Macros.cmake index f66ace2e..0fd36d54 100644 --- a/cmake/modules/KDE4Macros.cmake +++ b/cmake/modules/KDE4Macros.cmake @@ -13,7 +13,7 @@ # Copyright (c) 2006-2009 Alexander Neundorf, # Copyright (c) 2006, 2007, Laurent Montel, # Copyright (c) 2007 Matthias Kretz -# Copyright (c) 2015-2021 Ivailo Monev +# Copyright (c) 2015 Ivailo Monev # # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file.