install-guide/FC-5 Makefile,1.4,1.5

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


Author: pfrields

Update of /cvs/docs/install-guide/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9449/install-guide/FC-5

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


Index: Makefile
===================================================================
RCS file: /cvs/docs/install-guide/FC-5/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile	12 Mar 2007 01:11:12 -0000	1.4
+++ Makefile	27 Apr 2007 21:58:56 -0000	1.5
@@ -58,7 +58,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