Author: randy Date: 2010-03-06 10:23:39 -0700 (Sat, 06 Mar 2010) New Revision: 8291
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/tidy.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to HTML Tidy-cvs_20100306 Modified: trunk/BOOK/general/genutils/tidy.xml =================================================================== --- trunk/BOOK/general/genutils/tidy.xml 2010-03-06 14:22:19 UTC (rev 8290) +++ trunk/BOOK/general/genutils/tidy.xml 2010-03-06 17:23:39 UTC (rev 8291) @@ -6,15 +6,15 @@ <!ENTITY tidy-download-http "&files-anduin;/sources/tidy-&tidy-version;.tar.bz2"> <!ENTITY tidy-download-ftp " "> - <!ENTITY tidy-md5sum "468bfaa5cf917a8ecbe7834c13a61376"> - <!ENTITY tidy-size "872 KB"> - <!ENTITY tidy-buildsize "15 MB"> + <!ENTITY tidy-md5sum "bc640bba1e1e776fc4b4b1d9f5e6e2a5"> + <!ENTITY tidy-size "830 KB"> + <!ENTITY tidy-buildsize "12 MB"> <!ENTITY tidy-time "0.2 SBU"> - <!ENTITY tidy-docs-version "051020"> + <!-- <!ENTITY tidy-docs-version "051020"> <!ENTITY tidy-docs-download "http://tidy.sourceforge.net/docs/tidy_docs_&tidy-docs-version;.tgz"> <!ENTITY tidy-docs-md5sum "86de2f198e57399c063d2567b2a25628"> - <!ENTITY tidy-docs-size "150 KB"> + <!ENTITY tidy-docs-size "150 KB"> --> ]> <sect1 id="html-tidy" xreflabel="HTML Tidy-&tidy-version;"> @@ -131,17 +131,29 @@ <screen><userinput>./configure --prefix=/usr && make</userinput></screen> - <para>To test the results, issue: <command>make check</command>.</para> + <para>This package does not come with a test suite.</para> + <!-- <para>To test the results, issue: <command>make check</command>.</para> --> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role="root"><userinput>make install</userinput></screen> +<screen role="root"><userinput>make install && - <para>If you wish to install the API documentation, issue the following - command as the <systemitem class="username">root</systemitem> user:</para> +install -v -m644 -D htmldoc/tidy.1 \ + /usr/share/man/man1/tidy.1 && +install -v -m755 -d /usr/share/doc/tidy-&tidy-version; && +install -v -m644 htmldoc/*.{html,gif,css} \ + /usr/share/doc/tidy-&tidy-version;</userinput></screen> -<screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen> + <para>If you wish to install the API documentation you must have + <xref linkend="doxygen"/> installed, then change directories into the + <filename class='directory'>htmldoc</filename> of the source tree and + issue the command <command>doxygen</command>. Then as the + <systemitem class="username">root</systemitem> user copy + the <filename class='directory'>api</filename> directory to + <filename class='directory'>/usr/share/doc/tidy-&tidy-version;.</filename></para> +<!-- <screen role="root"><userinput>make -C htmldoc install_apidocs</userinput></screen> --> + <!-- <para>If you have <xref linkend="libxslt"/> installed, issue the following commands as an unprivileged user to build the man page and HTML documentation:</para> @@ -210,7 +222,7 @@ <seglistitem> <seg>tab2space and tidy</seg> <seg>libtidy.{so,a}</seg> - <seg>/usr/share/doc/tidy-&tidy-docs-version;</seg> + <seg>/usr/share/doc/tidy-&tidy-version;</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-03-06 14:22:19 UTC (rev 8290) +++ trunk/BOOK/general.ent 2010-03-06 17:23:39 UTC (rev 8291) @@ -219,7 +219,7 @@ <!ENTITY scrollkeeper-version "0.3.14"> <!ENTITY intltool-version "0.40.6"> <!ENTITY screen-version "4.0.3"> -<!ENTITY tidy-version "cvs_20070326"> +<!ENTITY tidy-version "cvs_20100306"> <!ENTITY desktop-file-utils-version "0.15"> <!ENTITY xscreensaver-version "5.03"> <!ENTITY pilot-link-version "0.12.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-06 14:22:19 UTC (rev 8290) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-06 17:23:39 UTC (rev 8291) @@ -45,6 +45,9 @@ <para>March 7th, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to HTML Tidy-cvs_20100306.</para> + </listitem> + <listitem> <para>[wblaszcz] - Added new package, opal-3.6.6.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
