README 582 B

1234567891011121314151617181920
  1. LFS Book Readme
  2. This document is meant to instruct the user on how to convert the book's XML
  3. source to other formats (e.g. HTML, PDF, PS and TXT). First, if you have not
  4. already done so, please read the INSTALL file for instructions on how to install
  5. the required software. If you have already completed the steps outlined in the
  6. INSTALL file, then continue reading for examples how to convert these files into
  7. various other formats.
  8. XML to XHTML:
  9. -------------
  10. make BASEDIR=/path/to/output/location
  11. XML to PDF:
  12. -----------
  13. make pdf &&
  14. cp lfs.pdf /path/to/output/location