docs-common Makefile.common,1.24,1.25

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Dec 30 00:33:28 UTC 2005


Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Make sure FDPDIR gets set correctly, important for build processes


Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- Makefile.common	28 Dec 2005 18:32:22 -0000	1.24
+++ Makefile.common	30 Dec 2005 00:33:20 -0000	1.25
@@ -32,7 +32,7 @@
 # Supply default values for the boilerplate files _unless_ the user has
 # provided their own values.
 ifeq	(${FDPDIR},)
-FDPDIR	         = ..
+FDPDIR	         = $(PWD)/..
 endif
 ifeq	(${FDPBIN},)
 FDPBIN	         = ${FDPDIR}/docs-common/bin




More information about the Fedora-docs-commits mailing list