[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

docs-common Makefile.common,1.139,1.140



Author: pfrields

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

Modified Files:
	Makefile.common 
Log Message:
Quoting can be a Good Thing.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- Makefile.common	27 Aug 2006 21:35:22 -0000	1.139
+++ Makefile.common	27 Aug 2006 21:36:31 -0000	1.140
@@ -254,8 +254,8 @@
 #########################################################################
 
 showvars::
-	@echo "XMLFILES=${XMLFILES-${PRI_LANG}}"
-	@echo "XMLDEPFILES=${XMLDEPFILES-${PRI_LANG}}"
+	@echo "XMLFILES=\"${XMLFILES-${PRI_LANG}}\""
+	@echo "XMLDEPFILES=\"${XMLDEPFILES-${PRI_LANG}}\""
 
 #########################################################################
 # Obtain the document version and release info for building RPM's


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]