README 820 B

123456789101112131415161718192021222324252627282930
  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 single file XHTML (nochunks):
  12. ------------------------------------
  13. make BASEDIR=/path/to/output/location nochunks
  14. XML to TXT
  15. ----------
  16. Follow the instructions for nochunks and then run:
  17. lynx -dump /path/to/nochunks >/path/to/output
  18. XML to PDF:
  19. -----------
  20. make BASEDIR=/path/to/output/location pdf