docs-common/stylesheet-images Makefile,1.2,1.3

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Sun Apr 2 15:50:32 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common/stylesheet-images
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24161

Modified Files:
	Makefile 
Log Message:
Perform the `basename` substitution in the Makefile to avoid possibly 
introducing an extraneous trailing blank in the "XX" substitution string.



Index: Makefile
===================================================================
RCS file: /cvs/docs/docs-common/stylesheet-images/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	1 Apr 2006 16:41:09 -0000	1.2
+++ Makefile	2 Apr 2006 15:50:29 -0000	1.3
@@ -27,7 +27,7 @@
 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}




More information about the docs-commits mailing list