From 4cb385dca9a476ca77f8e8ab8313a0767ff15e85 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sat, 16 May 2020 14:07:42 -0300 Subject: Refactor database help page Open a new module sdatabase and add one entry file. Later, and very slowly, move database help pages from shared/explorer/database/* to sdatabase/* Note: Each move will trigger translation so better move only a few files per translation cycle, not to overload translators. Translation memory should easy the traslation job. Change-Id: I8e2be9c9355b966775fb5dacc5d63b852be7187a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94362 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- AllLangHelp_sdatabase.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'AllLangHelp_sdatabase.mk') diff --git a/AllLangHelp_sdatabase.mk b/AllLangHelp_sdatabase.mk index d267369c9e..d438789b8f 100644 --- a/AllLangHelp_sdatabase.mk +++ b/AllLangHelp_sdatabase.mk @@ -9,8 +9,14 @@ $(eval $(call gb_AllLangHelp_AllLangHelp,sdatabase)) +$(eval $(call gb_AllLangHelp_set_treefile,sdatabase,helpcontent2/source/auxiliary/sdatabase)) + $(eval $(call gb_AllLangHelp_use_linked_modules,sdatabase,\ shared \ )) +$(eval $(call gb_AllLangHelp_add_helpfiles,sdatabase,\ + helpcontent2/source/text/sdatabase/main \ +)) + # vim: set noet sw=4 ts=4: -- cgit