From c78b94e9cff2497f5395d16563be2ee3954927cf Mon Sep 17 00:00:00 2001 From: linhart Date: Fri, 31 Jul 2009 22:42:09 +0000 Subject: [PATCH] Small typo git-svn-id: https://svn.dealii.org/trunk@19155 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/testsuite.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index d7ebb49cc4..8842620373 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -405,9 +405,9 @@ int main ()

One convenient way to create this subdirectory with the correct properties is to use svn copy. -

-svn copy existing_test_directory my_new_test
-
+
+    svn copy existing_test_directory my_new_test
+    

An entry in the Makefile

-- 2.39.5