Store output from doxygen in output_dir, not output_dir/doc.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 08:50:54 +0000 (08:50 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 May 2015 08:50:54 +0000 (08:50 +0000)
cdist

diff --git a/cdist b/cdist
index 0f19d0c819bc6155df5afe1e1e1ac0c8edac2c14..6a372d86063bcaba5b6d1bfcce74d6e13f2be1b6 100755 (executable)
--- 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()