- Timestamp:
- Jun 30, 2017, 11:32:23 AM (7 years ago)
- Branches:
- master
- Children:
- 31fac76
- Parents:
- 241f9a9
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/INSTALL.md
r241f9a9 r1a15276 32 32 33 33 To actually convert the Docbook XML source into rendered form, which will be 34 located at ../render by default (override with BASEDIR=), execute:34 located at ../render by default (override with RENDERDIR=), execute: 35 35 36 36 * To XHTML: `make` -
BOOK/stylesheets/lfs-xsl/pdf.xsl
r241f9a9 r1a15276 20 20 Note that FOP will complaints about a lot of paragraph overflows 21 21 due that verbatim output is also indented. 22 Remember to comment the "rm $( BASEDIR)/lfs-pdf.fo" in22 Remember to comment the "rm $(RENDERDIR)/lfs-pdf.fo" in 23 23 the Makefile. --> 24 24 <!--<xsl:output encoding="UTF-8" indent="yes" />-->
Note:
See TracChangeset
for help on using the changeset viewer.