aboutsummaryrefslogtreecommitdiff
path: root/doc/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build.mk')
-rw-r--r--doc/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build.mk b/doc/build.mk
index d13a22a..795cf35 100644
--- a/doc/build.mk
+++ b/doc/build.mk
@@ -9,7 +9,7 @@ pandoc := $(shell which pandoc 2>/dev/null)
# HTML Generation ##############################################################
# Use pandoc to generate HTML
-quiet_cmd_pandoc = PANDOC $@
+quiet_cmd_pandoc = PANDOC $(call drop-prefix,$@)
cmd_pandoc = $(pandoc) $< -o $@ -s --highlight-style=kate \
--template=$(manual-src)/template.html