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 /CustomTarget_html.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 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index ba0f731021..dab539f065 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -10,9 +10,9 @@ $(eval $(call gb_CustomTarget_CustomTarget,helpcontent2/help3xsl)) # HACK!! -html_TREE_MODULES := sbasic scalc schart shared simpress smath swriter sdraw -html_TEXT_MODULES := $(html_TREE_MODULES) sdatabase -html_BMARK_MODULES := swriter:WRITER scalc:CALC simpress:IMPRESS sdraw:DRAW shared/explorer/database:BASE smath:MATH schart:CHART sbasic:BASIC shared:SHARED +html_TREE_MODULES := swriter scalc simpress sdraw sdatabase smath schart sbasic shared +html_TEXT_MODULES := $(html_TREE_MODULES) +html_BMARK_MODULES := swriter:WRITER scalc:CALC simpress:IMPRESS sdraw:DRAW sdatabase:BASE smath:MATH schart:CHART sbasic:BASIC shared:SHARED $(eval $(call gb_CustomTarget_register_targets,helpcontent2/help3xsl,\ hid2file.js \ |