docs-common/bin copy-figs,1.5,1.6

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Wed Jan 18 08:37:36 UTC 2006


Author: jtr

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

Modified Files:
	copy-figs 
Log Message:
With the "-v" switch, output a note if we find a manifest file.



Index: copy-figs
===================================================================
RCS file: /cvs/docs/docs-common/bin/copy-figs,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- copy-figs	18 Jan 2006 08:24:37 -0000	1.5
+++ copy-figs	18 Jan 2006 08:37:29 -0000	1.6
@@ -140,6 +140,8 @@
 	fi
 )
 [ "${DEBUG}" ] || echo >&2 "haveManifest=|${haveManifest}|"
+[ "${VERBOSE}" -a "${haveManifest}" = "yes" ] || 
+	echo >&2 "Using manifest to get file names"
 
 (
 	if [ "${haveManifest}" = "yes" ]; then




More information about the Fedora-docs-commits mailing list