release-notes/devel Makefile,1.10,1.11

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Jul 15 15:23:18 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Remove hacky fdp-info and use new make option instead



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	15 Jul 2006 14:38:11 -0000	1.10
+++ Makefile	15 Jul 2006 15:23:16 -0000	1.11
@@ -10,6 +10,9 @@
 PRI_LANG	= en_US
 OTHERS		= #de it ja_JP pa pl pt_BR ru zh_CN 
 FDPDIR		= ${PWD}/../..
+
+# Special legalnotice for this document:
+LEGALNOTICEBASE	=legalnotice-relnotes
 ########################################################################
 # List each XML file of your document in the template below.  Append the 
 # path to each file to the "XMLFILES-${1}" string.  Use a backslash if you
@@ -71,12 +74,6 @@
 #${DOCBASE}-en/index.html::
 #	echo FINISHED AT LAST
 ########################################################################
-define HACK_FDP_template
-${1}/fdp-info.xml::
-	sed -i 's#legalnotice-opl#legalnotice-relnotes#g' ${1}/fdp-info.xml
-endef
-
-$(foreach L,${LANGUAGES},$(eval $(call HACK_FDP_template,${L})))
 
 ####
 # Build README fom PO'd file...




More information about the Fedora-docs-commits mailing list