developer-guide Makefile,1.10,1.11

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Fri Apr 27 21:58:42 UTC 2007


Author: pfrields

Update of /cvs/docs/developer-guide
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9380/developer-guide

Modified Files:
	Makefile 
Log Message:
Fix minor problem for FC-5 users


Index: Makefile
===================================================================
RCS file: /cvs/docs/developer-guide/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile	12 Mar 2007 01:11:05 -0000	1.10
+++ Makefile	27 Apr 2007 21:58:40 -0000	1.11
@@ -14,7 +14,7 @@
 
 ######################################################
 define find-makefile-common 
-for d in docs-common ../docs-common ../../docs-common; do 
+for d in docs-common ../docs-common ../../docs-common; do \
 if [ -f $$d/Makefile.common ]; then echo "$$d/Makefile.common"; break; fi; done 
 endef 
 include $(shell $(find-makefile-common))




More information about the Fedora-docs-commits mailing list