release-notes Makefile,1.32,1.33

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Wed Mar 8 02:07:15 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Don't be so specific on the sed, so we can take care of other locales



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- Makefile	8 Mar 2006 00:28:49 -0000	1.32
+++ Makefile	8 Mar 2006 02:06:55 -0000	1.33
@@ -76,7 +76,7 @@
 ########################################################################
 define HACK_FDP_template
 $(1)/fdp-info.xml::
-	sed -i 's#legalnotice-opl-en.xml#legalnotice-relnotes-en.xml#g' $(1)/fdp-info.xml
+	sed -i 's#legalnotice-opl#legalnotice-relnotes#g' $(1)/fdp-info.xml
 endef
 
 $(foreach LANG,${PRI_LANG} ${OTHERS},$(eval $(call HACK_FDP_template,${LANG})))




More information about the docs-commits mailing list