diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-29 08:50:54 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-29 08:50:54 +0000 |
| commit | a58159ae592178e4bae57c6f6112745b4e948946 (patch) | |
| tree | 5df46cb75f45bc185bb3c0e6c3a9aab03b59e33e | |
| parent | bcf0d9b190e846e18a67e9098213ec6c3d90d7f0 (diff) | |
Store output from doxygen in output_dir, not output_dir/doc.
| -rwxr-xr-x | cdist | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -843,7 +843,7 @@ def main(): dirs = [dirs] for d in dirs: - copytree(d, '%s%s' % (args.output, 'doc')) + copytree(d, args.output) target.cleanup() |
