#2232: MPFR Docs
----------------------------------------+-----------------------------------
 Reporter:  ra...@…                     |       Owner:  matt...@…               
    
     Type:  enhancement                 |      Status:  assigned                
    
 Priority:  low                         |   Milestone:  7.0                     
    
Component:  Book                        |     Version:  SVN                     
    
 Severity:  minor                       |    Keywords:                          
    
----------------------------------------+-----------------------------------
Changes (by matt...@…):

  * owner:  lfs-b...@… => matt...@…
  * status:  new => assigned


Comment:

 Hi Randy,

 'make install-html' has an annoying side-effect of putting things in
 /usr/share/doc/mpfr-2.3.2/mpfr.html/*.html

 I've come up with the following:

 {{{
 make html &&
 mkdir -p /usr/share/doc/mpfr-2.3.2 &&
 find . -name \*.html -exec cp \{} /usr/share/doc/mpfr-2.3.2
 }}}

 How do you generate the .txt files from the sources in the tarball?  I
 couldn't find a suitable Makefile target.  Do you manually invoke texinfo?

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2232#comment:2>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to