summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-29 08:50:54 +0000
committerCarl Hetherington <cth@carlh.net>2015-05-29 08:50:54 +0000
commita58159ae592178e4bae57c6f6112745b4e948946 (patch)
tree5df46cb75f45bc185bb3c0e6c3a9aab03b59e33e
parentbcf0d9b190e846e18a67e9098213ec6c3d90d7f0 (diff)
Store output from doxygen in output_dir, not output_dir/doc.
-rwxr-xr-xcdist2
1 files changed, 1 insertions, 1 deletions
diff --git a/cdist b/cdist
index 0f19d0c..6a372d8 100755
--- a/cdist
+++ b/cdist
@@ -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()