diff options
author | Laurent Montel <montel@kde.org> | 2007-10-30 08:17:16 +0000 |
---|---|---|
committer | Laurent Montel <montel@kde.org> | 2007-10-30 08:17:16 +0000 |
commit | d8727081eb1354692bc74602defc9fa19ceef0af (patch) | |
tree | caeb34812f7a26399e303e6ca209703ca3f5fadf | |
parent | 50506371468ac066b587a31848be2b1117ea058b (diff) | |
download | extra-cmake-modules-d8727081eb1354692bc74602defc9fa19ceef0af.tar.gz extra-cmake-modules-d8727081eb1354692bc74602defc9fa19ceef0af.tar.bz2 |
It's meinproc4
svn path=/trunk/KDE/kdelibs/; revision=730940
-rw-r--r-- | modules/FindKDE4Internal.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake index 0acba2a8..3a4f2e72 100644 --- a/modules/FindKDE4Internal.cmake +++ b/modules/FindKDE4Internal.cmake @@ -189,13 +189,13 @@ # directoy given in path, in the subdirectory for the given icon theme. # # KDE4_CREATE_HANDBOOK( docbookfile [INSTALL_DESTINATION installdest] [SUBDIR subdir]) -# Create the handbook from the docbookfile (using meinproc) +# Create the handbook from the docbookfile (using meinproc4) # 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) +# Create the manpage for the specified section from the docbookfile (using meinproc4) # The resulting manpage will be installed to <installdest> when using # INSTALL_DESTINATION <installdest>, or to <installdest>/<subdir> if # SUBDIR <subdir> is specified. |