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: + Install the package and its documentation: -make install - - Install the HTML documentation: - -make -C doc install-html +make install +make -C doc install-html