homepage/devel Makefile,1.8,1.9

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Apr 1 18:59:18 UTC 2007


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
FDPDIR is no longer really needed here, and FDPCOMMONDIR already exists.



Index: Makefile
===================================================================
RCS file: /cvs/docs/homepage/devel/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile	25 Mar 2007 01:30:02 -0000	1.8
+++ Makefile	1 Apr 2007 18:59:15 -0000	1.9
@@ -9,7 +9,6 @@
 DOCBASE        	= homepage
 PRI_LANG	= en_US
 OTHERS		= el es it pl pt_BR pt ru sr sv uk zh_CN
-FDPDIR		= ${PWD}/../..
 PKGNAME		= ${DOCBASE}
 
 # Set this locally
@@ -53,7 +52,7 @@
 	LANG=$(1).UTF-8 ${XMLTO} html -x $(XSLHTML) -m ${HOMEPAGE_XSL} $(1)/homepage.xml
 	move-if-change index.html ${HOMEPAGEDIR}/index-${1}.html
 	mkdir -p stylesheet-images/
-	cp ${FDPDIR}/docs-common/stylesheet-images/*.png stylesheet-images
+	cp ${FDPCOMMONDIR}/stylesheet-images/*.png stylesheet-images
 
 clean::
 	rm -rf ${HOMEPAGEDIR}/index-${1}.html stylesheet-images/




More information about the Fedora-docs-commits mailing list