瀏覽代碼

Install MPFR documentation. Fixes #2232.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8806 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 16 年之前
父節點
當前提交
db6141845a
共有 2 個文件被更改,包括 11 次插入0 次删除
  1. 5 0
      chapter01/changelog.xml
  2. 6 0
      chapter06/mpfr.xml

+ 5 - 0
chapter01/changelog.xml

@@ -40,6 +40,11 @@
     <listitem>
       <para>2009-02-08</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Install MPFR's documentation.  Fixes
+          <ulink url="&lfs-ticket-root;2232">#2232</ulink>. Thanks to Randy
+          McMurchy for the report and assistance with the fix.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Remove an unneeded --sysconfdir parameter in
           Inetutils' instructions. Fixes

+ 6 - 0
chapter06/mpfr.xml

@@ -62,6 +62,12 @@
 
 <screen><userinput remap="install">make install</userinput></screen>
 
+    <para>Install the documentation:</para>
+
+<screen><userinput remap="install">make html
+mkdir -p /usr/share/doc/mpfr-&mpfr-version;
+find . -name \*.html -type f -exec cp \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
+
   </sect2>