Added MD5 sum and restored documentation installation to Tidy instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2963 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2004-11-18 15:14:17 +00:00
parent d7733c9be5
commit e8582dbf81

View File

@ -6,6 +6,7 @@
<!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
<!ENTITY tidy-download-ftp " ">
<!ENTITY tidy-md5sum "98076a205e30873dad43d384b2366d23">
<!ENTITY tidy-size "239 KB">
<!ENTITY tidy-buildsize "9.3 MB">
<!ENTITY tidy-time "0.26 SBU">
@ -35,8 +36,9 @@ errors and strives to produce visually equivalent markup that is both
<ulink url="&tidy-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&tidy-download-ftp;"/></para></listitem>
<listitem><para>MD5 sum: &tidy-md5sum;</para></listitem>
<listitem><para>Download size: &tidy-size;</para></listitem>
<listitem><para>Estimated Disk space required:
<listitem><para>Estimated disk space required:
&tidy-buildsize;</para></listitem>
<listitem><para>Estimated build time: &tidy-time;</para></listitem>
</itemizedlist>
@ -72,17 +74,12 @@ running the following commands:</para>
<screen><userinput><command>sh build/gnuauto/setup.sh &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<!--
There is no htmldoc directory in this release.
install -m644 -oroot -groot htmldoc/man_page.txt \
make install &amp;&amp;
install -m644 htmldoc/man_page.txt \
/usr/share/man/man1/tidy.1 &amp;&amp;
install -d -m755 -oroot -groot /usr/share/doc/tidy &amp;&amp;
install -d -m755 /usr/share/doc/tidy &amp;&amp;
cp -R htmldoc /usr/share/doc/tidy &amp;&amp;
chown -R root:root /usr/share/doc/tidy</command></userinput></screen>
-->
</sect2>