docs-common Makefile.common,1.130,1.131

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sat Aug 5 04:30:45 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20933

Modified Files:
	Makefile.common 
Log Message:
Fix OMF building... this we will probably keep, since no one should
have to write these on their own.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- Makefile.common	5 Aug 2006 03:50:51 -0000	1.130
+++ Makefile.common	5 Aug 2006 04:30:42 -0000	1.131
@@ -884,10 +884,10 @@
 define omf_template
 omf-$(1)::	fedora-doc-${DOCBASE}-$(1).omf
 
-fedora-doc-${DOCBASE}-$(1).omf:: ${RPMINFO}
+fedora-doc-${DOCBASE}-$(1).omf:: ${1}/${RPMINFO}
 	LANG=$(1).UTF-8 ${XSLTPROC} --stringparam docbase "${DOCBASE}"	\
 		--stringparam lang "$(1)"				\
-		${FDPDIR}/docs-common/packaging/omf.xsl ${RPMINFO}    |	\
+		${FDPDIR}/docs-common/packaging/omf.xsl ${1}/${RPMINFO}    |	\
 	$(XMLFORMAT) $(XMLFOPTS) >fedora-doc-${DOCBASE}-$(1).omf.tmp &&	\
 	move-if-change fedora-doc-${DOCBASE}-$(1).omf.tmp fedora-doc-${DOCBASE}-$(1).omf
 




More information about the docs-commits mailing list