Changeset d5837c5


Ignore:
Timestamp:
08/19/2020 12:39:16 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
080e2341
Parents:
640ece9
Message:

Minor text changes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23568 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r640ece9 rd5837c5  
    44
    55Ok, so you have downloaded the XML source. Now what? You are probably
    6 wanting to convert these XML files to easier to read HTML, PDF, TXT
    7 or other formatted files.
     6wanting to convert these XML files to easier to read HTML.
    87
    9 To install the programs you need to generate these formats, you need
     8To install the programs you need to generate html, you need
    109to have or install the following packages:
    1110
     
    1413docbook-xsl-nons-1.79.2
    1514docbook-4.5-dtd
    16 tidy                            (optional for html)
    17 JDK                             (for pdf)
    18 FOP                             (for pdf)
     15tidy   
    1916
    2017The installation instructions for all these packages are available
  • README

    r640ece9 rd5837c5  
    22$Date$
    33
    4 How do I convert these XML files to other formats like HTML, PDF,
    5 and TXT? You need to have some software installed that deal with these
    6 conversions. Please read the INSTALL file to determine what programs
    7 you need to install and where to get instructions to install that software.
     4How do I convert these XML files to HTML? You need to have some software
     5installed that deal with these conversions. Please read the INSTALL file to
     6determine what programs you need to install and where to get instructions to
     7install that software.
    88
    99After that, you can build the html with a simple 'make' command.
     
    1313systemd version of the book.
    1414
    15 Other Makefile targets are: html (the default), nochunks, validate, and
    16 blfs-patch-list.
    17 
    18 html: builds BLFS into a hierarchy containing multiple HTML pages.
     15Other Makefile targets are: nochunks, validate, and blfs-patch-list.
    1916
    2017nochunks: builds BLFS in one huge file.
Note: See TracChangeset for help on using the changeset viewer.