summaryrefslogtreecommitdiffstats
path: root/AllLangHelp_sdatabase.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-16 14:07:42 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-05-16 19:29:49 +0200
commit4cb385dca9a476ca77f8e8ab8313a0767ff15e85 (patch)
treeb4fc162020005a2ece5a10bbe4f724c39c826b30 /AllLangHelp_sdatabase.mk
parentCSS: Change selection color (diff)
downloadhelp-4cb385dca9a476ca77f8e8ab8313a0767ff15e85.tar.gz
help-4cb385dca9a476ca77f8e8ab8313a0767ff15e85.zip
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 <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_sdatabase.mk')
-rw-r--r--AllLangHelp_sdatabase.mk6
1 files changed, 6 insertions, 0 deletions
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: