diff options
author | Jonathan Riddell <jr@jriddell.org> | 2014-04-30 16:21:52 +0100 |
---|---|---|
committer | Jonathan Riddell <jr@jriddell.org> | 2014-04-30 16:21:52 +0100 |
commit | bb134098e370d1ce6760e06c3c91da2ffcf9f669 (patch) | |
tree | 34461d4453a80bf3d117ac10702445560d8490f0 /kde-modules | |
parent | f0607b48cdced1982266d64fd97dd9c1399f96c7 (diff) | |
download | extra-cmake-modules-bb134098e370d1ce6760e06c3c91da2ffcf9f669.tar.gz extra-cmake-modules-bb134098e370d1ce6760e06c3c91da2ffcf9f669.tar.bz2 |
make documentation match new values in code
Diffstat (limited to 'kde-modules')
-rw-r--r-- | kde-modules/KDEInstallDirs.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kde-modules/KDEInstallDirs.cmake b/kde-modules/KDEInstallDirs.cmake index d22f7177..d0b688fb 100644 --- a/kde-modules/KDEInstallDirs.cmake +++ b/kde-modules/KDEInstallDirs.cmake @@ -17,7 +17,7 @@ # object code libraries (``lib or lib64 or lib/<multiarch-tuple> on # Debian``) # ``LIBEXEC_INSTALL_DIR`` -# internal executables (``${LIB_INSTALL_DIR}/kde5/libexec``) +# internal executables (``${LIB_INSTALL_DIR}/libexec``) # ``INSTALL_TARGETS_DEFAULT_ARGS`` # combines BUNDLE_INSTALL_DIR, BIN_INSTALL_DIR and LIB_INSTALL_DIR; see # below @@ -54,9 +54,9 @@ # ``MAN_INSTALL_DIR`` # man pages (``share/man``) # ``SERVICES_INSTALL_DIR`` -# service (desktop, protocol, ...) files (``share/kde5/services``) +# service (desktop, protocol, ...) files (``share/kservices5``) # ``SERVICETYPES_INSTALL_DIR`` -# service types desktop files (``share/kde5/servicetypes``) +# service types desktop files (``share/kservicetypes5``) # ``SOUND_INSTALL_DIR`` # sound files (``share/sounds``) # ``TEMPLATES_INSTALL_DIR`` @@ -64,7 +64,7 @@ # ``WALLPAPER_INSTALL_DIR`` # wallpapers (``share/wallpapers``) # ``XDG_APPS_INSTALL_DIR`` -# application desktop files (``share/applications/kde5``) +# application desktop files (``share/applications``) # ``XDG_DIRECTORY_INSTALL_DIR`` # XDG directory (``share/desktop-directories``) # ``XDG_MIME_INSTALL_DIR`` @@ -197,7 +197,7 @@ if(WIN32) _set_fancy(LIBEXEC_INSTALL_DIR "${BIN_INSTALL_DIR}" "The install dir for libexec executables (default is ${BIN_INSTALL_DIR} on Windows)") else() _set_fancy(LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/libexec" "The install dir for libexec executables (default is ${LIB_INSTALL_DIR}/libexec)") - _set_fancy(KF5_LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/libexec/kf5" "The install dir for KF5 libexec executables (default is ${LIB_INSTALL_DIR}/libexec)") + _set_fancy(KF5_LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/libexec/kf5" "The install dir for KF5 libexec executables (default is ${LIB_INSTALL_DIR}/libexec/kf5)") endif() _set_fancy(INCLUDE_INSTALL_DIR "include" "The install dir for header files") # this exists as a convenience for frameworks |