release-notes/devel Makefile,1.38,1.39

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Sep 26 02:52:24 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Fix omf.in generation for other languages.



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- Makefile	26 Sep 2006 02:19:10 -0000	1.38
+++ Makefile	26 Sep 2006 02:52:21 -0000	1.39
@@ -123,6 +123,7 @@
 	${F})))
 showvars-debug::
 	@echo "PKGOMFFILES-${1}=\"${PKGOMFFILES-${1}}\""
+	@echo "OMFFILES-${1}=\"${PKGOMFFILES-${1}}\""
 endef
 
 $(foreach L,${LANGUAGES},$(eval $(call OMFVAR_template,${L})))
@@ -131,7 +132,7 @@
 .PHONY: omf-in-${1}
 omf-in-${1}:: ${OMFINFILES-${1}}
 # Treat .omf.in files just like XML... since they are!
-$(foreach F,${OMFINFILES-${1}},$(eval $(call XML_template,${1},${F})))
+$(foreach F,${OMFINFILES},$(eval $(call XML_template,${1},${PRI_LANG}/${F})))
 
 clean::
 	${RM} ${OMFINFILES-${1}}
@@ -144,7 +145,7 @@
 $(foreach L,${OTHERS},$(eval $(call OMFIN_template,${L})))
 
 .PHONY: omf-in
-omf-in:: $(foreach L,${LANGUAGES},$(foreach F,${OMFINFILES},${L}/${F}))
+omf-in:: $(foreach L,${LANGUAGES},${OMFINFILES-${L}})
 
 help::
 	@printf ${TFMT} 'omf-in' 'Make all OMF input files'
@@ -169,7 +170,7 @@
 
 define OMF_template
 .PHONY: omf-${1}
-omf-${1}:: ${OMFFILES-${1}} ${OMFINFILES-${1}}
+omf-${1}:: ${OMFFILES-${1}}
 
 clean::
 	${RM} ${OMFFILES-${1}}




More information about the Fedora-docs-commits mailing list