From 9fa6354c8404327cef68ea9f4db780c7227c016f Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 27 Nov 2001 16:41:25 +0000 Subject: [PATCH] Highlite what people have to do to run their program. git-svn-id: https://svn.dealii.org/trunk@5279 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/toc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html b/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html index ccec1b739b..1da379eb97 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/toc.html @@ -37,8 +37,8 @@ follows:

The programs themselves can be found at a path which is indicated at the beginning of the last section of each example. You can compile -them by typing ``make'' in the respective directory, and run them -using ``make run''. The latter command also compiles the program if +them by typing make in the respective directory, and run them +using make run. The latter command also compiles the program if that has not already been done. The Makefiles in the different directories are based on the small program Makefile template described in in this section. -- 2.39.5