<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - [NEWHELP] Make NewHelp makefiles build only right XHP files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115312">115312</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[NEWHELP] Make NewHelp makefiles build only right XHP files
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Installation
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>olivier.hallot@documentfoundation.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>