diff options
author | Allen Winter <winter@kde.org> | 2007-09-26 21:36:22 +0000 |
---|---|---|
committer | Allen Winter <winter@kde.org> | 2007-09-26 21:36:22 +0000 |
commit | 1c2960927c3db2b06208722bc1fde307b9015d9b (patch) | |
tree | d02c9efbd71a0bcb41b8f42fcbdb8c6b8fe54ad8 | |
parent | 4587ff182b62eab5c8c7e4816678b1ed207e7a90 (diff) | |
download | extra-cmake-modules-1c2960927c3db2b06208722bc1fde307b9015d9b.tar.gz extra-cmake-modules-1c2960927c3db2b06208722bc1fde307b9015d9b.tar.bz2 |
update the documentation for KDE4_CREATE_HANDBOOK() and KDE4_CREATE_MANPAGE().
svn path=/trunk/KDE/kdelibs/; revision=717432
-rw-r--r-- | modules/FindKDE4Internal.cmake | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index f68a1ff1..72686c84 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -192,11 +192,17 @@ # Installs all png and svgz files in the current directory to the icon # directoy given in path, in the subdirectory for the given icon theme. # -# KDE4_CREATE_HANDBOOK( docbookfile ) +# KDE4_CREATE_HANDBOOK( docbookfile [INSTALL_DESTINATION installdest] [SUBDIR subdir]) # Create the handbook from the docbookfile (using meinproc) -# -# KDE4_INSTALL_HANDBOOK() -# Install the handbook documentation +# The resulting handbook will be installed to <installdest> when using +# INSTALL_DESTINATION <installdest>, or to <installdest>/<subdir> if +# SUBDIR <subdir> is specified. +# +# KDE4_CREATE_MANPAGE( docbookfile section ) +# Create the manpage for the specified section from the docbookfile (using meinproc) +# The resulting manpage will be installed to <installdest> when using +# INSTALL_DESTINATION <installdest>, or to <installdest>/<subdir> if +# SUBDIR <subdir> is specified. # # _KDE4_PLATFORM_INCLUDE_DIRS is used only internally # _KDE4_PLATFORM_DEFINITIONS is used only internally |