diff options
author | ivan tkachenko <me@ratijas.tk> | 2020-06-24 10:12:40 +0300 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2020-07-10 18:15:45 +0000 |
commit | 5efe844bd25cb4f472bd749096b12bdfe313beac (patch) | |
tree | 0c14decc27b13e682493ac610fcb84daff649460 /modules | |
parent | 84d23f6f6661cd0fc6f0977220a3be30c1d7e39f (diff) | |
download | extra-cmake-modules-5efe844bd25cb4f472bd749096b12bdfe313beac.tar.gz extra-cmake-modules-5efe844bd25cb4f472bd749096b12bdfe313beac.tar.bz2 |
Revert "Fix markdown list from not being a list"
This reverts commit 3830dde78f9bde7ebe01fddca49d5806d4e52bea.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMInstallIcons.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/ECMInstallIcons.cmake b/modules/ECMInstallIcons.cmake index 505697e8..2c63a5a0 100644 --- a/modules/ECMInstallIcons.cmake +++ b/modules/ECMInstallIcons.cmake @@ -51,11 +51,11 @@ # <theme><size>-<group>-<name>.<ext> # # where ``<theme>`` is one of -# * ``hi`` for hicolor -# * ``lo`` for locolor -# * ``cr`` for the Crystal icon theme -# * ``ox`` for the Oxygen icon theme -# * ``br`` for the Breeze icon theme +# * ``hi`` for hicolor +# * ``lo`` for locolor +# * ``cr`` for the Crystal icon theme +# * ``ox`` for the Oxygen icon theme +# * ``br`` for the Breeze icon theme # # With this syntax, the file ``hi22-actions-menu_new.png`` would be installed # into ``<icon_install_dir>/hicolor/22x22/actions/menu_new.png`` |