Ticket #2655: mpfr-docs.patch
File mpfr-docs.patch, 898 bytes (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter06/mpfr.xml
43 43 44 44 <para>Prepare MPFR for compilation:</para> 45 45 46 <screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe</userinput></screen> 46 <screen><userinput remap="configure">./configure --prefix=/usr --enable-thread-safe \ 47 --docdir=/usr/share/doc/mpfr-&mpfr-version;</userinput></screen> 47 48 48 49 <para>Compile the package:</para> 49 50 … … 65 66 <para>Install the documentation:</para> 66 67 67 68 <screen><userinput remap="install">make html 68 mkdir -pv /usr/share/doc/mpfr-&mpfr-version; 69 find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen> 69 make install-html</userinput></screen> 70 70 71 71 </sect2> 72 72