From f69f03c44b085a5d6db21c2c69ab0b2ddef68494 Mon Sep 17 00:00:00 2001 From: Adam Dingle Date: Wed, 26 Sep 2012 15:38:10 -0700 Subject: [PATCH] Updated CMake file to reflect recent documentation changes. --- help/CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/help/CMakeLists.txt b/help/CMakeLists.txt index 0492d180..057e56df 100644 --- a/help/CMakeLists.txt +++ b/help/CMakeLists.txt @@ -3,16 +3,16 @@ set(HELP_DEST share/gnome/help/geary/C) set(HELP_FILES C/archive.page C/bugs.page - C/conversation.page - C/editor.page C/index.page + C/label.page C/limits.page - C/send.page + C/overview.page + C/preferences.page C/shortcuts.page - C/spell.page C/star.page + C/write.page ) install(FILES ${HELP_FILES} DESTINATION ${HELP_DEST}) -install(FILES C/figures/Mail.png DESTINATION ${HELP_DEST}/figures) +install(FILES C/figures/geary.svg DESTINATION ${HELP_DEST}/figures)