If you want to make htmlsection, type,
> make
search path to perl, create head of script (Ex. #!/usr/bin/perl),
create comments from README, create manual page, make htmlsection from
htmlsection.pl, and create htmlsection.html from htmlsection_orig.html.
If you want to see sample HTML file, see htmlsection_orig.html and
htmlsection.html. htmlsection.html was created from htmlsection_orig.html by
htmlsection such as,
> cat htmlsection_orig.html | ./htmlsection -english > htmlsection.html
If you want to install htmlsection to your system, type,
> su
Password:
# make install
htmlsection and manual page are installed to your system.
If you want to uninstall htmlsection from your system, type,
> su
Password:
# make uninstall
htmlsection and manual page are deleted from your system.