From 3b9c90d00e5b0c2790a9d7c94b8765b61a6b64a0 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 12 Sep 2013 12:54:00 +0530 Subject: [PATCH] [3109] Re-justify paragraphs (after changes in previous commits) --- doc/devel/contribute.dox | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/devel/contribute.dox b/doc/devel/contribute.dox index f858aafb42..2dce245e10 100644 --- a/doc/devel/contribute.dox +++ b/doc/devel/contribute.dox @@ -88,16 +88,17 @@ or ./configure --with-gtest-source=/path/to/your/gtest/dir @endcode -Depending on how you compiled or installed \c gtest (e.g. from sources or using -some package management system) one of those two switches will find -\c gtest. After that you make run unit-tests: +Depending on how you compiled or installed \c gtest (e.g. from sources +or using some package management system) one of those two switches will +find \c gtest. After that you make run unit-tests: @code make check @endcode -If you happen to add new files or have modified any \c Makefile.am files, it is also a -good idea to check if you haven't broken the distribution process: +If you happen to add new files or have modified any \c Makefile.am +files, it is also a good idea to check if you haven't broken the +distribution process: @code make distcheck