First half of #5084. This adds the framework for the help system.

This commit is contained in:
Nate Lillich 2012-04-25 12:16:56 -07:00
parent ff88b2cec5
commit e63bf0fa70
6 changed files with 55 additions and 4 deletions

8
help/CMakeLists.txt Normal file
View file

@ -0,0 +1,8 @@
set(HELP_DEST share/gnome/help/geary/C)
set(HELP_FILES
index.page
)
install(FILES ${HELP_FILES} DESTINATION ${HELP_DEST})

5
help/index.page Normal file
View file

@ -0,0 +1,5 @@
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="index">
<title>Geary Help</title>
<p>Documentation coming soon</p>
</page>