gnucash-htdocs beta: Use gnucash-manual for newer documentation releases

Geert Janssens gjanssens at code.gnucash.org
Mon Aug 22 13:05:52 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-htdocs/commit/e8b7e895 (commit)
	from  https://github.com/Gnucash/gnucash-htdocs/commit/8b93f2e3 (commit)



commit e8b7e895043514a97ae254ef4fd5346019767c9e
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Mon Aug 22 19:03:46 2022 +0200

    Use gnucash-manual for newer documentation releases
    
    This should be done starting from gnucash 5.x (currently unreleased)

diff --git a/viewdoc.phtml b/viewdoc.phtml
index da2b093..efed74e 100644
--- a/viewdoc.phtml
+++ b/viewdoc.phtml
@@ -13,7 +13,7 @@ include("externals/menu.phtml");
 
 # Some base parameters used later on
 $basepath       = \DEFAULT_URL."docs";
-$helpdoc        = "gnucash-help/index.html";
+$helpdoc        = "gnucash-manual/index.html";
 $tcdoc          = "gnucash-guide/index.html";
 $current_stable = $major_stable;
 
@@ -71,7 +71,7 @@ if ($rev_to_show) {
             break;
     }
 
-    # Adjust name of gnucash-help start page for older versions
+    # Adjust name of gnucash-manual start page for older versions
     switch ($rev_to_show) {
         case "1.8":
         case "2.0":



Summary of changes:
 viewdoc.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list