[Libreoffice-commits] help.git: CustomTarget_html.mk
Stephan Bergmann
sbergman at redhat.com
Wed Jun 6 13:37:41 UTC 2018
CustomTarget_html.mk | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 4b66c47d5c27ba8136735b95e4d595d499cb9ec2
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Jun 6 15:23:59 2018 +0200
Clean up space/tab mixture
At least Emacs warned about those "suspicious lines".
Change-Id: I587e7d65318a7fdb1634e49f2db761c853e67b05
Reviewed-on: https://gerrit.libreoffice.org/55383
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/CustomTarget_html.mk b/CustomTarget_html.mk
index 0f25d8347..8f62975fe 100644
--- a/CustomTarget_html.mk
+++ b/CustomTarget_html.mk
@@ -169,9 +169,9 @@ $(call gb_CustomTarget_get_workdir,helpcontent2/help3xsl)/%/bookmarks.part : \
RESPONSEFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,$(addprefix $(if $(filter en-US,$(HELP_LANG)),$(SRCDIR),$(call gb_HelpTranslatePartTarget_get_workdir,$(HELP_LANG)))/,$(gb_AllLangHelp_$(APPDIR)_HELPFILES))) \
&& ( \
<"$$RESPONSEFILE" $(if $(filter WNT,$(OS)),tr -d '\r' | env -i PATH="$$PATH") xargs -n 1 printf '%s\n' \
- | while read xhp; do \
- $(call gb_ExternalExecutable_get_command,xsltproc) \
- --stringparam app $(APP) \
+ | while read xhp; do \
+ $(call gb_ExternalExecutable_get_command,xsltproc) \
+ --stringparam app $(APP) \
--stringparam Language $(HELP_LANG) \
--stringparam local $(if $(HELP_ONLINE),'no','yes') \
--stringparam productversion $(PRODUCTVERSION) \
More information about the Libreoffice-commits
mailing list