summaryrefslogtreecommitdiff
path: root/CustomTarget_html.mk
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2023-08-14 10:12:12 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2023-08-14 10:18:33 +0200
commitebdeebb9b004df574ec90ead903ffa9c9b1f3235 (patch)
treea20e7157009ffbb9ff1151f6eb7bff7a05e3b061 /CustomTarget_html.mk
parenta78e5c75ae11f7c401353e526a30f16187cc1f92 (diff)
Revert "tdf#155193 Do not deliver Help files with indexer=exclude"
This reverts commit 539abfa7c3bbc9f0b234402083c743890b965cf7. Reason for revert: daily builds fail to build with errors like ERROR: file '/home/tdf/lode/jenkins/workspace/lo_gerrit/tb/build_master/instdir/help/en-US/text/shared/autokorr/01000000.html' does not exist See https://ci.libreoffice.org/job/lo_daily_tb_linux_dbg/654/console Change-Id: I9d00fb2596b280bf09934dfc87db64feb8fe6a80 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/155600 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'CustomTarget_html.mk')
-rw-r--r--CustomTarget_html.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 3bb5c0a19e..e73ea160e0 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -237,8 +237,6 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/html.text : \
|| exit \
; done <"$$RESPONSEFILE" \
&& rm "$$RESPONSEFILE" \
- && find $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/$*) -type f -empty -delete \
- && find $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl/$*) -type d -empty -delete \
&& touch $@
$(call gb_Trace_EndRange,$*/$(@F),XSL)