documentation-guide Makefile,1.14,1.15

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


Author: pfrields

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

Modified Files:
	Makefile 
Log Message:
This fix is required for people using FC5.  Apparently FC6's version
of make fixes a bug that doesn't read multiline template commands like
this.  Or maybe it's just my boo-boo, either way....



Index: Makefile
===================================================================
RCS file: /cvs/docs/documentation-guide/Makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- Makefile	12 Mar 2007 01:10:33 -0000	1.14
+++ Makefile	27 Apr 2007 20:07:41 -0000	1.15
@@ -6,7 +6,7 @@
 #######################################################################
 
 PRI_LANG	       	= en_US
-OTHERS			= zh_CN
+OTHERS			= zh_CN pt_BR
 DOCBASE 	       	= documentation-guide
 
 define	XMLFILES_template
@@ -27,7 +27,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