Changeset afd6889 for general/genutils


Ignore:
Timestamp:
01/24/2005 05:19:18 AM (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:
82e035a8
Parents:
b8e2fb7
Message:

Updated to HTML Tidy-050120

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3331 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tidy.xml

    rb8e2fb7 rafd6889  
    77  <!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
    88  <!ENTITY tidy-download-ftp  " ">
    9   <!ENTITY tidy-md5sum        "8a1d13a83946260c4c46b962b300cd0f">
     9  <!ENTITY tidy-md5sum        "948d2885a9dd76d8876a478d7f89d894">
    1010  <!ENTITY tidy-size          "243 KB">
    1111  <!ENTITY tidy-buildsize     "9.6 MB">
     
    7676<screen><userinput><command>sh build/gnuauto/setup.sh &amp;&amp;
    7777./configure --prefix=/usr &amp;&amp;
    78 make &amp;&amp;
    79 make install &amp;&amp;
    80 install -m644 htmldoc/man_page.txt \
     78make</command></userinput></screen>
     79
     80<para>Now, as the root user:</para>
     81
     82<screen><userinput role='root'><command>make install &amp;&amp;
     83install -v -m644 htmldoc/man_page.txt \
    8184    /usr/share/man/man1/tidy.1 &amp;&amp;
    82 install -d -m755 /usr/share/doc/tidy &amp;&amp;
    83 cp -R htmldoc /usr/share/doc/tidy &amp;&amp;
    84 chown -R root:root /usr/share/doc/tidy</command></userinput></screen>
     85install -v -d -m755 /usr/share/doc/tidy &amp;&amp;
     86cp -v -R htmldoc /usr/share/doc/tidy</command></userinput></screen>
    8587
    8688</sect2>
Note: See TracChangeset for help on using the changeset viewer.