summaryrefslogtreecommitdiffstats
path: root/stylesheet-images/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheet-images/Makefile')
-rw-r--r--stylesheet-images/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheet-images/Makefile b/stylesheet-images/Makefile
index 80eb0ff..99e6ff6 100644
--- a/stylesheet-images/Makefile
+++ b/stylesheet-images/Makefile
@@ -27,7 +27,7 @@ CALLEPS =${CALLSVG:.svg=.eps}
all:: ${CALLPNG} ${CALLEPS}
${CALLSVG}:: Makefile callout.svg
- sed -e "s/XX/$(basename $@ .svg)/g" callout.svg >$@
+ sed -e "s/XX/$(shell basename $@ .svg)/g" callout.svg >$@
clean::
${RM} ${CALLSVG}