Changeset e8582db for general


Ignore:
Timestamp:
11/18/2004 03:14:17 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
867e611
Parents:
d7733c9
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tidy.xml

    rd7733c9 re8582db  
    77  <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
    88  <!ENTITY tidy-download-ftp  " ">
     9  <!ENTITY tidy-md5sum        "98076a205e30873dad43d384b2366d23">
    910  <!ENTITY tidy-size          "239 KB">
    1011  <!ENTITY tidy-buildsize     "9.3 MB">
     
    3637<listitem><para>Download (FTP):
    3738<ulink url="&tidy-download-ftp;"/></para></listitem>
     39<listitem><para>MD5 sum: &tidy-md5sum;</para></listitem>
    3840<listitem><para>Download size: &tidy-size;</para></listitem>
    39 <listitem><para>Estimated Disk space required:
     41<listitem><para>Estimated disk space required:
    4042&tidy-buildsize;</para></listitem>
    4143<listitem><para>Estimated build time: &tidy-time;</para></listitem>
     
    7375./configure --prefix=/usr &amp;&amp;
    7476make &amp;&amp;
    75 make install</command></userinput></screen>
    76 
    77 <!--
    78 There is no htmldoc directory in this release.
    79 
    80 install -m644 -oroot -groot htmldoc/man_page.txt \
     77make install &amp;&amp;
     78install -m644 htmldoc/man_page.txt \
    8179    /usr/share/man/man1/tidy.1 &amp;&amp;
    82 install -d -m755 -oroot -groot /usr/share/doc/tidy &amp;&amp;
     80install -d -m755 /usr/share/doc/tidy &amp;&amp;
    8381cp -R htmldoc /usr/share/doc/tidy &amp;&amp;
    8482chown -R root:root /usr/share/doc/tidy</command></userinput></screen>
    85 -->
    8683
    8784</sect2>
Note: See TracChangeset for help on using the changeset viewer.