From: Matthias Maier Date: Wed, 28 Jun 2023 00:21:28 +0000 (-0500) Subject: typo X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd2c4caa272e55d907d9a1ee73f3597ff02af49;p=release-papers.git typo --- diff --git a/release-tasks.md b/release-tasks.md index ed58a77..bc58c47 100644 --- a/release-tasks.md +++ b/release-tasks.md @@ -178,7 +178,7 @@ The following steps have to be done by a single developer (with admin privileges ```make examples``` * Download images: ```/doc/doxygen/deal.II``` - ```/contrib/utilities/make_offline_doc.sh``` + ```/contrib/utilities/makeofflinedoc.sh``` * (In the same directory) copy mathjax and fix includes: ```cp -r "$MATHJAX_ROOT" mathjax``` ```sed -i -e "s#$MATHJAX_ROOT#mathjax#" **/*.html```