This Docker image can be used to build the documentation of CGAL.
It requires a single user mounted volume containing the CGAL tree to be used, /mnt/cgal.
Example Usage:
#call the script
`./generate_documentation.sh <path_to_image> <path_to_cgal> <path_to_publish_dir>`
where
path_to_imageis the absolute path to the directory containing the dockerfilepath_to_cgalis the absolute path to either:- the root directory of a CGAL release tarball, or
- the root directory of a CGAL Git repository.
path_to_publish_diris the absolute path to the output directory, that will contain the 3 versions and the result of the comparison.