6.24.2. Contents of Sed
Installed program:
sed
Installed directory:
/usr/share/doc/sed-4.2.2
The Sed package contains a stream editor.
Prepare Sed for compilation:
./configure --prefix=/usr --bindir=/bin --htmldir=/usr/share/doc/sed-4.2.2
The meaning of the new configure option:
--htmldir
This sets the installation directory for the HTML documentation.
Compile the package and generate the HTML documentation:
make make html
To test the results, issue:
make check
Install the package and its documentation:
make install make -C doc install-html