rest25/distutils/commandref.rst => rest262/distutils/commandref.rst
83| :command:`graft dir`                      | include all files under *dir*                 |
84+-------------------------------------------+-----------------------------------------------+
85
86The patterns here are Unix-style "glob" patterns: ``*`` matches any sequence of
87regular filename characters, ``?`` matches any single regular filename
88character, and ``[range]`` matches any of the characters in *range* (e.g.,
89``a-z``, ``a-zA-Z``, ``a-f0-9_.``).  The definition of "regular filename
90character" is platform-specific: on Unix it is anything except slash; on Windows
t91-anything except backslash or colon; on Mac OS 9 anything except colon.
t91+anything except backslash or colon.
92
93**\*\*** Windows support not there yet **\*\***
94
95.. % \section{Creating a built distribution: the
96.. % \protect\command{bdist} command family}
97.. % \label{bdist-cmds}
98
99.. % \subsection{\protect\command{bdist}}
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op