From c509e2cacd1c085bb340266aac9708a5c3a950b6 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Sun, 21 Apr 2019 18:09:38 -0400 Subject: [PATCH] POD formatting correction only. For: RT 134053 --- Porting/release_managers_guide.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 7dc40c8..ceee995 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -1009,9 +1009,10 @@ Check that basic configuration and tests work on each test machine: Check that the test harness and install work on each test machine: - $ make distclean - $ ./Configure -des -Dprefix=/install/path && make all test_harness install - $ cd /install/path + $ make distclean + $ ./Configure -des -Dprefix=/install/path && \ + make all test_harness install + $ cd /install/path (Remember C<-Dusedevel> above, for a development release.) -- 1.8.3.1