From: Wolfgang Bangerth Date: Wed, 16 May 2018 11:36:44 +0000 (+0800) Subject: Document that when generating documentation, we need the code gallery. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b04254785c46008d41c00d28af40b8767618d50d;p=release-papers.git Document that when generating documentation, we need the code gallery. --- diff --git a/release-tasks b/release-tasks index 528d420..4aad751 100644 --- a/release-tasks +++ b/release-tasks @@ -398,6 +398,7 @@ Thanks! don't trip up any exceptions. 11/ In a clean source directory of the dealii-9.0 branch, do + git clone https://github.com/dealii/code-gallery.git mkdir builddoc cd builddoc cmake -DDEAL_II_COMPONENT_DOCUMENTATION=ON -DCMAKE_INSTALL_PREFIX=$PWD/../installeddoc ../