[Clfs-commits] [CLFS Trac] #1058: Bzip2 Install Docs

CLFS Trac trac at clfs.org
Sat Aug 22 07:53:15 PDT 2015


#1058: Bzip2 Install Docs
--------------------+---------------------------------
 Reporter:  kb0iic  |      Owner:  clfs-commits@…
     Type:  task    |     Status:  new
 Priority:  minor   |  Milestone:  CLFS Standard 3.1.0
Component:  BOOK    |    Version:  CLFS Standard GIT
 Keywords:          |
--------------------+---------------------------------
 LFS installs bzip2 docs with the patch. We may want to include that with
 our builds.

 [http://www.linuxfromscratch.org/patches/lfs/systemd/bzip2-1.0.6-install_docs-1.patch]

 The install performs the following:

 {{{
 DOCDIR=share/doc/$(DISTNAME)

 if ( test ! -d $(PREFIX)/$(DOCDIR) ) ; then mkdir -p $(PREFIX)/$(DOCDIR);
 fi

 cp -f manual.html $(PREFIX)/$(DOCDIR)
 cp -f manual.pdf $(PREFIX)/$(DOCDIR)
 cp -f manual.ps $(PREFIX)/$(DOCDIR)
 cp -f bzip2.txt $(PREFIX)/$(DOCDIR)
 chmod a+r $(PREFIX)/$(DOCDIR)/manual.html
 chmod a+r $(PREFIX)/$(DOCDIR)/manual.pdf
 chmod a+r $(PREFIX)/$(DOCDIR)/manual.ps
 chmod a+r $(PREFIX)/$(DOCDIR)/bzip2.txt
 }}}

-- 
Ticket URL: <http://trac.clfs.org/ticket/1058>
CLFS Trac <http://trac.clfs.org>
The Cross Linux From Scratch Project.


More information about the Clfs-commits mailing list