release-notes/devel Makefile,1.17,1.18

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Thu Jul 27 01:35:47 UTC 2006


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Ensure files are ending up in the right LANG



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- Makefile	19 Jul 2006 00:23:00 -0000	1.17
+++ Makefile	27 Jul 2006 01:35:44 -0000	1.18
@@ -144,7 +144,7 @@
 	cp ${1}/about-fedora.xml $$@
 else
 release-pkg-${1}::  ${PKGNAME}-${VERSION}/about/${1}/about-fedora.xml
-${PKGNAME}-${VERSION}/about/C/about-fedora.xml:: xml-${1}
+${PKGNAME}-${VERSION}/about/${1}/about-fedora.xml:: xml-${1}
 	mkdir -p ${PKGNAME}-${VERSION}/about/${1}
 	cp ${1}/about-fedora.xml $$@
 endif




More information about the Fedora-docs-commits mailing list