From: Ferdinand Vanmaele Date: Wed, 11 Sep 2019 18:53:27 +0000 (+0200) Subject: set_canonical_doxygen.pl: remove reference to missing contrib script X-Git-Tag: v9.2.0-rc1~1000^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5450148046ce0020bce5ea77421b5667c4ed4552;p=dealii.git set_canonical_doxygen.pl: remove reference to missing contrib script The script contrib/utilities/set_canonical_webpages.py is missing in the dealii source tree. --- diff --git a/doc/doxygen/scripts/set_canonical_doxygen.pl b/doc/doxygen/scripts/set_canonical_doxygen.pl index d4dbc2045a..8b3a6e8928 100644 --- a/doc/doxygen/scripts/set_canonical_doxygen.pl +++ b/doc/doxygen/scripts/set_canonical_doxygen.pl @@ -17,9 +17,7 @@ # doxygen documentation. For more information see # https://en.wikipedia.org/wiki/Canonical_link_element # -# This script is invoked by CMake. To add the canonical link to the webpages of -# the deal.ii repository you can use the script -# contrib/utilities/set_canonical_webpages.py +# This script is invoked by CMake. use strict; use warnings;