diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-05-21 15:30:59 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-05-23 14:49:47 +0200 |
commit | e7ae111766f390ee4b4d1697893335d33c1a01cc (patch) | |
tree | 099434b04728aed57c64156352143110ecb30428 /CustomTarget_html.mk | |
parent | ec480186a32c687d63ee11f3f1617b8699e0d37b (diff) |
Untangle Help Contents for Impress and Draw
Create a separated sdraw.tree for Contents and move entries
from Impress tree to Draw tree.
Common contents are maintained in both trees.
This is work in progress. Draw and Impress Help pages need update
especially for menus.
Change-Id: I179a5ee7407c4a8357a87b2e7a0d8782b7bb0520
Reviewed-on: https://gerrit.libreoffice.org/72693
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r-- | CustomTarget_html.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk index 3b2c8982c2..de972bb73e 100644 --- a/CustomTarget_html.mk +++ b/CustomTarget_html.mk @@ -10,8 +10,8 @@ $(eval $(call gb_CustomTarget_CustomTarget,helpcontent2/help3xsl)) # HACK!! -html_TREE_MODULES := sbasic scalc schart shared simpress smath swriter -html_TEXT_MODULES := $(html_TREE_MODULES) sdatabase sdraw +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 $(eval $(call gb_CustomTarget_register_targets,helpcontent2/help3xsl,\ |