diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-16 14:07:42 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-05-16 19:29:49 +0200 |
commit | 4cb385dca9a476ca77f8e8ab8313a0767ff15e85 (patch) | |
tree | b4fc162020005a2ece5a10bbe4f724c39c826b30 /AllLangHelp_sdatabase.mk | |
parent | ede87672c15c3b15ff59a8393d4746c6915d82b7 (diff) |
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.mk | 6 |
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: |