Document that filename that has a dot as the first character must be matched explicit...
authorGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 12 Apr 2009 22:52:09 +0000 (22:52 +0000)
committerGregNoel <GregNoel@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 12 Apr 2009 22:52:09 +0000 (22:52 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@4089 fdb21ef1-2011-0410-befe-b5e4ea1792b1

doc/man/scons.1

index facfd9cd99f3a6dce5e58f3103f6fa6564f01055..593d416f42205bdd5d63bce1f696d5e0b0d2f834 100644 (file)
@@ -4184,6 +4184,8 @@ uses Unix shell style metacharacters for matching:
 .EE
 
 .IP
+If the first character of a filename is a dot,
+it must be matched explicitly.
 Character matches do
 .I not
 span directory separators.
@@ -4255,10 +4257,11 @@ not the original
 .B SConscript
 directory.)
 
-Example:
+Examples:
 
 .ES
 Program('foo', Glob('*.c'))
+Zip('/tmp/everything', Glob('.??*') + Glob('*'))
 .EE
 
 '\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""