First half of #5084. This adds the framework for the help system.
This commit is contained in:
parent
ff88b2cec5
commit
e63bf0fa70
6 changed files with 55 additions and 4 deletions
8
help/CMakeLists.txt
Normal file
8
help/CMakeLists.txt
Normal 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
5
help/index.page
Normal 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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue