about-fedora/devel Makefile,1.7,1.8

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Mar 22 18:14:56 UTC 2007


Author: pfrields

Update of /cvs/docs/about-fedora/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12940

Modified Files:
	Makefile 
Log Message:
Put the OMF for this package with other fedora-release-notes material


Index: Makefile
===================================================================
RCS file: /cvs/docs/about-fedora/devel/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile	22 Mar 2007 00:10:56 -0000	1.7
+++ Makefile	22 Mar 2007 18:14:54 -0000	1.8
@@ -46,7 +46,7 @@
 		about-title.xsl ${PRI_LANG}/about-fedora.xml))
 	$(eval COMMENT_L10N=Comment=$(shell ${XSLTPROC}			\
 		about-title.xsl ${PRI_LANG}/about-fedora.xml))
-	$(eval EXEC_L10N=Exec=yelp file:///usr/share/doc/${PKGNAME}-${VERSION}/about/C/about-fedora.xml)
+	$(eval EXEC_L10N=Exec=yelp file:///usr/share/doc/fedora-release-notes-${VERSION}/about/C/about-fedora.xml)
 	$(foreach L,${LANGUAGES},$(eval					\
 		NAME_L10N+=\nName[${L}]=$(shell ${XSLTPROC}		\
 			about-title.xsl ${L}/about-fedora.xml)))
@@ -54,7 +54,7 @@
 		COMMENT_L10N+=\nComment[${L}]=$(shell ${XSLTPROC}	\
 			about-title.xsl ${L}/about-fedora.xml)))
 	$(foreach L,${LANGUAGES},$(eval					\
-		EXEC_L10N+=\nExec[${L}]=yelp file:///usr/share/doc/${PKGNAME}-${VERSION}/about/${L}/about-fedora.xml))
+		EXEC_L10N+=\nExec[${L}]=yelp file:///usr/share/doc/fedora-release-notes-${VERSION}/about/${L}/about-fedora.xml))
 	sed -e 's!@NAME-L10N@!${NAME_L10N}!' -e 's!@COMMENT-L10N@!${COMMENT_L10N}!' -e 's!@EXEC-L10N@!${EXEC_L10N}!' $< > $@
 
 




More information about the Fedora-docs-commits mailing list