diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 18:40:33 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2022-12-11 18:40:33 +0100 |
commit | 4056f58add7bc6c10b89895626be6235b105a079 (patch) | |
tree | 8225b1766d3becf6af0c5ee748ff974a65f86e6f /doc/chm/VeraCrypt.hhc | |
parent | e04bf339f72db3a30acb76f6d6f066794862e1d2 (diff) | |
download | VeraCrypt-4056f58add7bc6c10b89895626be6235b105a079.tar.gz VeraCrypt-4056f58add7bc6c10b89895626be6235b105a079.zip |
Documentation: remove usage of CSS collapsible to avoid breaking CHM generation. Add new entries to CHM. Remove example script file since its content is described inline in the documentation
We need to generate CHM from the same HTML files as the documentation and so we are limited by CHM compatibility
Diffstat (limited to 'doc/chm/VeraCrypt.hhc')
-rw-r--r-- | doc/chm/VeraCrypt.hhc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/chm/VeraCrypt.hhc b/doc/chm/VeraCrypt.hhc index d5b5b095..0394ff89 100644 --- a/doc/chm/VeraCrypt.hhc +++ b/doc/chm/VeraCrypt.hhc @@ -390,6 +390,20 @@ <param name="Name" value="Source Code"> <param name="Local" value="Source Code.html"> </OBJECT> + <LI> <OBJECT type="text/sitemap"> + <param name="Name" value="Building VeraCrypt From Source"> + <param name="Local" value="CompilingGuidelines.html"> + </OBJECT> + <UL> + <LI> <OBJECT type="text/sitemap"> + <param name="Name" value="Windows Build Guide"> + <param name="Local" value="CompilingGuidelineWin.html"> + </OBJECT> + <LI> <OBJECT type="text/sitemap"> + <param name="Name" value="Linux Build Guide"> + <param name="Local" value="CompilingGuidelineLinux.html"> + </OBJECT> + </UL> </UL> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="Contact"> |