Warning, /frameworks/kwallet/docs/kwallet-query/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 #
0002 # The main documentation is written using asciidoc
0003 # So, the files *.adoc are the documentation sources
0004 # These are converted to docbook format using the a2x
0005 # tool that commes with the asciidoc package
0006 #
0007 
0008 if(BUILD_KWALLET_QUERY)
0009     set(m kwallet-query)
0010     kdoctools_create_manpage(man-${m}.1.docbook 1 INSTALL_DESTINATION ${KDE_INSTALL_MANDIR})
0011 endif()