Changeset f3eefa7 for general/genutils


Ignore:
Timestamp:
03/06/2010 05:23:39 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
9b9be0d
Parents:
6ae25f1
Message:

Updated to HTML Tidy-cvs_20100306

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/tidy.xml

    r6ae25f1 rf3eefa7  
    77  <!ENTITY tidy-download-http "&files-anduin;/sources/tidy-&tidy-version;.tar.bz2">
    88  <!ENTITY tidy-download-ftp  " ">
    9   <!ENTITY tidy-md5sum        "468bfaa5cf917a8ecbe7834c13a61376">
    10   <!ENTITY tidy-size          "872 KB">
    11   <!ENTITY tidy-buildsize     "15 MB">
     9  <!ENTITY tidy-md5sum        "bc640bba1e1e776fc4b4b1d9f5e6e2a5">
     10  <!ENTITY tidy-size          "830 KB">
     11  <!ENTITY tidy-buildsize     "12 MB">
    1212  <!ENTITY tidy-time          "0.2 SBU">
    1313
    14   <!ENTITY tidy-docs-version  "051020">
     14  <!-- <!ENTITY tidy-docs-version  "051020">
    1515  <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs_&tidy-docs-version;.tgz">
    1616  <!ENTITY tidy-docs-md5sum   "86de2f198e57399c063d2567b2a25628">
    17   <!ENTITY tidy-docs-size     "150 KB">
     17  <!ENTITY tidy-docs-size     "150 KB"> -->
    1818]>
    1919
     
    132132make</userinput></screen>
    133133
    134     <para>To test the results, issue: <command>make check</command>.</para>
     134    <para>This package does not come with a test suite.</para>
     135    <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    135136
    136137    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    137138
    138 <screen role="root"><userinput>make install</userinput></screen>
    139 
    140     <para>If you wish to install the API documentation, issue the following
    141     command as the <systemitem class="username">root</systemitem> user:</para>
    142 
    143 <screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen>
     139<screen role="root"><userinput>make install &amp;&amp;
     140
     141install -v -m644 -D htmldoc/tidy.1 \
     142                    /usr/share/man/man1/tidy.1 &amp;&amp;
     143install -v -m755 -d /usr/share/doc/tidy-&tidy-version; &amp;&amp;
     144install -v -m644    htmldoc/*.{html,gif,css} \
     145                    /usr/share/doc/tidy-&tidy-version;</userinput></screen>
     146
     147    <para>If you wish to install the API documentation you must have
     148    <xref linkend="doxygen"/> installed, then change directories into the
     149    <filename class='directory'>htmldoc</filename> of the source tree and
     150    issue the command <command>doxygen</command>. Then as the
     151    <systemitem class="username">root</systemitem> user copy
     152    the <filename class='directory'>api</filename> directory to
     153    <filename class='directory'>/usr/share/doc/tidy-&tidy-version;.</filename></para>
     154
     155<!-- <screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen> -->
    144156
    145157    <!-- <para>If you have <xref linkend="libxslt"/> installed, issue the following
     
    211223    <seg>tab2space and tidy</seg>
    212224    <seg>libtidy.{so,a}</seg>
    213     <seg>/usr/share/doc/tidy-&tidy-docs-version;</seg>
     225    <seg>/usr/share/doc/tidy-&tidy-version;</seg>
    214226    </seglistitem>
    215227    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.