Test commit

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11390 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2018-03-29 02:04:19 +00:00
parent f2c6106ab0
commit 141be70e59

3
README
View File

@ -10,7 +10,6 @@ various other formats.
In all examples, setting the parameter REV=systemd is needed to build the In all examples, setting the parameter REV=systemd is needed to build the
systemd version of the book. systemd version of the book.
XML to XHTML: XML to XHTML:
------------- -------------
make BASEDIR=/path/to/output/location make BASEDIR=/path/to/output/location
@ -20,13 +19,11 @@ XML to single file XHTML (nochunks):
------------------------------------ ------------------------------------
make BASEDIR=/path/to/output/location nochunks make BASEDIR=/path/to/output/location nochunks
XML to TXT XML to TXT
---------- ----------
Follow the instructions for nochunks and then run: Follow the instructions for nochunks and then run:
lynx -dump /path/to/nochunks >/path/to/output lynx -dump /path/to/nochunks >/path/to/output
XML to PDF: XML to PDF:
----------- -----------
make BASEDIR=/path/to/output/location pdf make BASEDIR=/path/to/output/location pdf