release-notes/devel Makefile,1.30,1.31

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Sep 13 00:57:04 UTC 2006


Author: pfrields

Update of /cvs/docs/release-notes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19808

Modified Files:
	Makefile 
Log Message:
Oops. Closing quotes can be good.



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- Makefile	13 Sep 2006 00:06:26 -0000	1.30
+++ Makefile	13 Sep 2006 00:57:01 -0000	1.31
@@ -155,7 +155,7 @@
 # locale name *unless* the locale is en_US, in which case is is replaced
 # by "C", the fallback.
 %.omf:	%.omf.in
-	sed -e 's!@RELEASE@!${VERSION}!g $< > $@
+	sed -e 's!@RELEASE@!${VERSION}!g' $< > $@
 	sed -i 's!@DATE@!${REVDATE}!g' $@
 	sed -i 's!@LANG@!$(patsubst %/$(shell basename $<),%,$<)!g' $@
 	sed -i 's!@LANGC@!$(if $(findstring en_US,$(patsubst 		\




More information about the Fedora-docs-commits mailing list