updates Makefile,1.3,1.4

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


Author: pfrields

Update of /cvs/docs/updates
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9135/updates

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


Index: Makefile
===================================================================
RCS file: /cvs/docs/updates/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile	12 Mar 2007 01:10:38 -0000	1.3
+++ Makefile	27 Apr 2007 21:57:21 -0000	1.4
@@ -18,7 +18,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