diff --git a/Documentation/doc/scripts/generate_how_to_cite.py b/Documentation/doc/scripts/generate_how_to_cite.py index 71e1c6258c9..a891edddebc 100644 --- a/Documentation/doc/scripts/generate_how_to_cite.py +++ b/Documentation/doc/scripts/generate_how_to_cite.py @@ -85,7 +85,7 @@ pre_html=r""" - + CGAL ${CGAL_CREATED_VERSION_NUM} - Manual: Acknowledging CGAL diff --git a/Documentation/doc/scripts/html_output_post_processing.py b/Documentation/doc/scripts/html_output_post_processing.py index 9406785b508..90e8547eb58 100755 --- a/Documentation/doc/scripts/html_output_post_processing.py +++ b/Documentation/doc/scripts/html_output_post_processing.py @@ -70,7 +70,7 @@ def clean_doc(): duplicate_files=list(package_glob('./*/jquery.js')) duplicate_files.extend(package_glob('./*/dynsections.js')) duplicate_files.extend(package_glob('./*/resize.js')) - duplicate_files.extend(package_glob('./*/stylesheet.css')) + duplicate_files.extend(package_glob('./*/cgal_stylesheet.css')) # kill _all_, including the one in CGAL tabs.css files duplicate_files.extend(glob.glob('./*/tabs.css')) # left-over by doxygen?