From 1c2960927c3db2b06208722bc1fde307b9015d9b Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Wed, 26 Sep 2007 21:36:22 +0000 Subject: update the documentation for KDE4_CREATE_HANDBOOK() and KDE4_CREATE_MANPAGE(). svn path=/trunk/KDE/kdelibs/; revision=717432 --- modules/FindKDE4Internal.cmake | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'modules') 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 when using +# INSTALL_DESTINATION , or to / if +# 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 when using +# INSTALL_DESTINATION , or to / if +# SUBDIR is specified. # # _KDE4_PLATFORM_INCLUDE_DIRS is used only internally # _KDE4_PLATFORM_DEFINITIONS is used only internally -- cgit v1.2.1