Warning, /office/kbibtex/doc/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: GPL-2.0-or-later
0002 # SPDX-FileCopyrightText: 2009-2021 Thomas Fischer <fischer@unix-ag.uni-kl.de>
0003 # SPDX-FileContributor: 2020 Pino Toscano <pino@kde.org>
0004 
0005 # Create and install documentation (handbook)
0006 
0007 kdoctools_create_handbook(
0008     index.docbook
0009     INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en
0010     SUBDIR kbibtex
0011 )
0012 
0013 # Create and install documentation (man page)
0014 
0015 kdoctools_create_manpage(
0016     man-kbibtex.1.docbook 1
0017     INSTALL_DESTINATION ${KDE_INSTALL_MANDIR}
0018 )