summaryrefslogtreecommitdiffstats
path: root/stylesheet-images/Makefile
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-04-02 15:50:29 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2006-04-02 15:50:29 +0000
commit6a01ef58f481c6d722d2e4217104851a9bbdd2f2 (patch)
tree1015afb3d9ed13b3fade0718da4bf8f1f41ab2f2 /stylesheet-images/Makefile
parentb22d066bbf12ce2b613a3b257f65b647759da93a (diff)
downloadfedora-doc-utils-6a01ef58f481c6d722d2e4217104851a9bbdd2f2.tar.gz
fedora-doc-utils-6a01ef58f481c6d722d2e4217104851a9bbdd2f2.tar.xz
fedora-doc-utils-6a01ef58f481c6d722d2e4217104851a9bbdd2f2.zip
Perform the `basename` substitution in the Makefile to avoid possibly
introducing an extraneous trailing blank in the "XX" substitution string.
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}