[Libreoffice-bugs] [Bug 115312] New: [NEWHELP] Make NewHelp makefiles build only right XHP files
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Jan 30 13:17:34 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=115312
Bug ID: 115312
Summary: [NEWHELP] Make NewHelp makefiles build only right XHP
files
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: enhancement
Priority: medium
Component: Installation
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: olivier.hallot at documentfoundation.org
Description:
Current implementation of new help Makefiles
helpcontent2/CustomTarget_html.mk
applies the XSLT transformation to all xhp files (*.xhp).
However, many xhp files are not a Help page per se but often source of embed
for other help pages.
The actual help pages to be processed are described in these makefiles:
AllLangHelp_sbasic.mk
AllLangHelp_scalc.mk
AllLangHelp_schart.mk
AllLangHelp_sdatabase.mk
AllLangHelp_sdraw.mk
AllLangHelp_shared.mk
AllLangHelp_simpress.mk
AllLangHelp_smath.mk
AllLangHelp_swriter.mk
Therefore, CustomTarget_html.mk should use the makefiles above instead of *.xhp
with reduction of the processing time and also to trigger a rebuild on change
of the xhp's listed in the AllLangHelp_*.mk files.
Steps to Reproduce:
1. make CustomTarget_hmtl
Actual Results:
a set oh html help pages bigger than needed...
Expected Results:
set of html help page actually needed.
Reproducible: Always
User Profile Reset: No
Additional Info:
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101
Firefox/58.0
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180130/56dee23c/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list