release-notes Makefile,1.19,1.20

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Feb 12 21:56:07 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Rather than inflict pain on global stuff, KISS says to make this hack local


Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/Makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile	11 Feb 2006 16:06:05 -0000	1.19
+++ Makefile	12 Feb 2006 21:55:59 -0000	1.20
@@ -71,3 +71,9 @@
 #${DOCBASE}-en/index.html::
 #	echo FINISHED AT LAST
 ########################################################################
+define HACK_FDP_template
+$(1)/fdp-info-$(1).xml::
+	sed -i 's#legalnotice-en.xml#legalnotice-relnotes-en.xml#g' $(1)/fdp-info-$(1).xml
+endef
+
+$(foreach LANG,${LANGUAGES},$(eval $(call HACK_FDP_template,${LANG})))




More information about the Fedora-docs-commits mailing list