From 09fb139a232d29aa17e7b30e9073d444f8ddde7c Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 28 Jun 2014 19:37:05 +0000 Subject: Minor rewording and formatting of sed section git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10588 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sed.xml | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) (limited to 'chapter06') diff --git a/chapter06/sed.xml b/chapter06/sed.xml index a9fc5d869..942ddd1b9 100644 --- a/chapter06/sed.xml +++ b/chapter06/sed.xml @@ -50,31 +50,24 @@ --htmldir - This sets the directory where the HTML documentation will be - installed to. + This sets the installation directory where for the HTML documentation. - Compile the package: + Compile the package and generate the HTML documentation: -make - - Generate the HTML documentation: - -make html +make +make html To test the results, issue: make check - Install the package: - -make install - - Install the HTML documentation: + Install the package and its documentation: -make -C doc install-html +make install +make -C doc install-html -- cgit v1.2.3-54-g00ecf