From: Daniel Garcia-Sanchez Date: Wed, 15 Aug 2018 10:45:32 +0000 (+0200) Subject: Fix path in the documentation X-Git-Tag: v9.1.0-rc1~822^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7059%2Fhead;p=dealii.git Fix path in the documentation --- diff --git a/cmake/scripts/expand_instantiations.cc b/cmake/scripts/expand_instantiations.cc index 0928e21884..51ed7230c5 100644 --- a/cmake/scripts/expand_instantiations.cc +++ b/cmake/scripts/expand_instantiations.cc @@ -26,7 +26,7 @@ // -------------------- // // The input file is typically located in share/deal.II/template-arguments in -// the build directory and it is built from config/template-arguments.in to +// the build directory and it is built from cmake/config/template-arguments.in to // contain the list of vectors etc. that make sense for the current // configuration. For example, the list of VECTORS is going to contain PETSc // vectors if so configured.