mirror of https://github.com/CGAL/cgal
If not args.master_dir, don't copy doxygen masters documentation
This commit is contained in:
parent
33cd8fda21
commit
82d26e2ab3
|
|
@ -223,6 +223,7 @@ body {color: black; background-color: #C0C0D0; font-family: sans-serif;}
|
||||||
except:
|
except:
|
||||||
sys.stderr.write("Error while copying documentation\n")
|
sys.stderr.write("Error while copying documentation\n")
|
||||||
raise
|
raise
|
||||||
|
if args.master_dir:
|
||||||
try:
|
try:
|
||||||
#copy documentation from master
|
#copy documentation from master
|
||||||
if args.do_copy_results:
|
if args.do_copy_results:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue