mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to HTML Tidy-050120
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3331 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
b8e2fb7902
commit
afd68892c7
@ -1,8 +1,8 @@
|
||||
<!ENTITY day "23">
|
||||
<!ENTITY day "24">
|
||||
<!ENTITY month "01">
|
||||
<!ENTITY year "2005">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "January &day;rd, &year;">
|
||||
<!ENTITY releasedate "January &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "cvs"> <!-- cvs|[release #] -->
|
||||
<!ENTITY lfs-version "stable"> <!-- stable|testing|unstable] -->
|
||||
@ -109,7 +109,7 @@
|
||||
<!ENTITY gtk-doc-version "1.2">
|
||||
<!ENTITY intltool-version "0.32.1">
|
||||
<!ENTITY screen-version "4.0.2">
|
||||
<!ENTITY tidy-version "050110">
|
||||
<!ENTITY tidy-version "050120">
|
||||
<!ENTITY desktop-file-utils-version "0.10">
|
||||
<!ENTITY xscreensaver-version "4.19">
|
||||
<!ENTITY pilot-link-version "0.11.8">
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
<!ENTITY tidy-download-http "http://tidy.sourceforge.net/src/tidy_src_&tidy-version;.tgz">
|
||||
<!ENTITY tidy-download-ftp " ">
|
||||
<!ENTITY tidy-md5sum "8a1d13a83946260c4c46b962b300cd0f">
|
||||
<!ENTITY tidy-md5sum "948d2885a9dd76d8876a478d7f89d894">
|
||||
<!ENTITY tidy-size "243 KB">
|
||||
<!ENTITY tidy-buildsize "9.6 MB">
|
||||
<!ENTITY tidy-time "0.26 SBU">
|
||||
@ -75,13 +75,15 @@ running the following commands:</para>
|
||||
|
||||
<screen><userinput><command>sh build/gnuauto/setup.sh &&
|
||||
./configure --prefix=/usr &&
|
||||
make &&
|
||||
make install &&
|
||||
install -m644 htmldoc/man_page.txt \
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
install -v -m644 htmldoc/man_page.txt \
|
||||
/usr/share/man/man1/tidy.1 &&
|
||||
install -d -m755 /usr/share/doc/tidy &&
|
||||
cp -R htmldoc /usr/share/doc/tidy &&
|
||||
chown -R root:root /usr/share/doc/tidy</command></userinput></screen>
|
||||
install -v -d -m755 /usr/share/doc/tidy &&
|
||||
cp -v -R htmldoc /usr/share/doc/tidy</command></userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>January 24th, 2005 [randy]: Updated to
|
||||
HTML Tidy-050120.</para></listitem>
|
||||
|
||||
<listitem><para>January 23rd, 2005 [randy]: Updated to
|
||||
Subversion-1.1.3.</para></listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user