File: CMakeLists.txt

package info (click to toggle)
kwallet-kf5 5.116.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,024 kB
  • sloc: cpp: 11,472; xml: 722; sh: 16; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#
# The main documentation is written using asciidoc
# So, the files *.adoc are the documentation sources
# These are converted to docbook format using the a2x
# tool that commes with the asciidoc package
#

if(BUILD_KWALLET_QUERY)
    set(m kwallet-query)
    kdoctools_create_manpage(man-${m}.1.docbook 1 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR})
endif()