Skip to content

Commit 6d3d479

Browse files
8272667: substandard error messages from the docs build
Reviewed-by: darcy, iris
1 parent 73da66f commit 6d3d479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/ProcessMarkdown.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ define ProcessMarkdown
103103
$$(call LogInfo, Post-processing markdown file $2)
104104
$$(call MakeDir, $$(SUPPORT_OUTPUTDIR)/markdown $$($1_$2_TARGET_DIR))
105105
$$(call ExecuteWithLog, $$(SUPPORT_OUTPUTDIR)/markdown/$$($1_$2_MARKER)_post, \
106-
( $$($1_POST_PROCESS) < $$($1_$2_PANDOC_OUTPUT) > $$($1_$2_OUTPUT_FILE) ) )
106+
( $$($1_POST_PROCESS) $$($1_$2_PANDOC_OUTPUT) > $$($1_$2_OUTPUT_FILE) ) )
107107
endif
108108

109109
$1 += $$($1_$2_OUTPUT_FILE)

0 commit comments

Comments
 (0)