diff options
Diffstat (limited to 'kde-modules/KDEPackageAppTemplates.cmake')
-rw-r--r-- | kde-modules/KDEPackageAppTemplates.cmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/kde-modules/KDEPackageAppTemplates.cmake b/kde-modules/KDEPackageAppTemplates.cmake index 9dfd188d..b0f60e0d 100644 --- a/kde-modules/KDEPackageAppTemplates.cmake +++ b/kde-modules/KDEPackageAppTemplates.cmake @@ -11,7 +11,10 @@ # # This module provides the following function: # -# kde_package_app_templates( TEMPLATES template1 [template2] [...] INSTALL_DIR directory) +# :: +# +# kde_package_app_templates(TEMPLATES <template> [<template> [...]] +# INSTALL_DIR <directory>) # # INSTALL_DIR is the directory to install the template package to. # In most cases you will want to use the variable KDE_INSTALL_KTEMPLATESDIR |