release-notes/devel Makefile,1.9,1.10

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


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
Make the build work.  Next up, eliminating superfluous building.



Index: Makefile
===================================================================
RCS file: /cvs/docs/release-notes/devel/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile	15 Jul 2006 14:05:44 -0000	1.9
+++ Makefile	15 Jul 2006 14:38:11 -0000	1.10
@@ -123,22 +123,25 @@
 	release-notes-${VERSION}/${DOCBASE}-${1}.txt			\
 	release-notes-${VERSION}/README-${1}.txt
 
-release-notes-${VERSION}/${DOCBASE}-${1}.html:: html-nochunks-${1}
+release-notes-${VERSION}/${DOCBASE}-${1}.html:: ${DOCBASE}-${1}.html
+	mkdir -p release-notes-${VERSION}
 	cp ${DOCBASE}-${1}.html $$@
 
-release-notes-${VERSION}/${DOCBASE}-${1}.txt:: txt-${1}
+release-notes-${VERSION}/${DOCBASE}-${1}.txt:: ${DOCBASE}-${1}.txt
+	mkdir -p release-notes-${VERSION}
 	cp ${DOCBASE}-${1}.txt $$@
 
-release-notes-${VERSION}/README-${1}.txt:: readme-${1}
+release-notes-${VERSION}/README-${1}.txt:: README-${1}.txt
+	mkdir -p release-notes-${VERSION}
 	cp README-${1}.txt $$@
 
 ifeq "${1}" "en_US"
-release-pkg-${1}::  release-notes-${VERSION}/about/${1}/about-fedora.xml
-release-notes-${VERSION}/about/${1}/about-fedora.xml:: xml-${1}
+release-pkg-${1}::  release-notes-${VERSION}/about/C/about-fedora.xml
+release-notes-${VERSION}/about/C/about-fedora.xml:: xml-${1}
 	mkdir -p release-notes-${VERSION}/about/C
 	cp ${1}/about-fedora.xml $$@
 else
-release-pkg-${1}::  release-notes-${VERSION}/about/C/about-fedora.xml
+release-pkg-${1}::  release-notes-${VERSION}/about/{1}/about-fedora.xml
 release-notes-${VERSION}/about/C/about-fedora.xml:: xml-${1}
 	mkdir -p release-notes-${VERSION}/about/${1}
 	cp ${1}/about-fedora.xml $$@




More information about the Fedora-docs-commits mailing list