From: wolf Date: Tue, 27 Nov 2001 16:41:25 +0000 (+0000) Subject: Highlite what people have to do to run their program. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa6354c8404327cef68ea9f4db780c7227c016f;p=dealii-svn.git Highlite what people have to do to run their program. git-svn-id: https://svn.dealii.org/trunk@5279 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.