gnucash-docs maint: Reenable other languages than pt in Guide

Frank H.Ellenberger fell at code.gnucash.org
Mon Mar 28 09:23:33 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/654ff3cf (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/a2f11525 (commit)



commit 654ff3cf642c0b3be79a4400f750df97a4f093d4
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Mon Mar 28 14:54:37 2022 +0200

    Reenable other languages than pt in Guide
    
    Fix of commit 1ed9599

diff --git a/guide/CMakeLists.txt b/guide/CMakeLists.txt
index 63fa9abf..548a36f4 100644
--- a/guide/CMakeLists.txt
+++ b/guide/CMakeLists.txt
@@ -33,10 +33,10 @@ if (WITH_CHM)
     add_dependencies(chm ${docname}-chm)
 endif()
 
-#add_subdirectory(C)
-#add_subdirectory(de)
-#add_subdirectory(it)
-#add_subdirectory(ja)
+add_subdirectory(C)
+add_subdirectory(de)
+add_subdirectory(it)
+add_subdirectory(ja)
 add_subdirectory(pt)
 
 add_to_dist(CMakeLists.txt)



Summary of changes:
 guide/CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list