@@ -344,6 +344,11 @@ def make_file (self, infiles, outfile, func, args, |
|
|
344 |
344 |
# class Command |
345 |
345 |
|
346 |
346 |
|
|
347 |
+# XXX 'install_misc' class not currently used -- it was the base class for |
|
348 |
+# both 'install_scripts' and 'install_data', but they outgrew it. It might |
|
349 |
+# still be useful for 'install_headers', though, so I'm keeping it around |
|
350 |
+# for the time being. |
|
351 |
+ |
347 |
352 |
class install_misc (Command): |
348 |
353 |
"""Common base class for installing some files in a subdirectory. |
349 |
354 |
Currently used by install_data and install_scripts. |