Skip to content

Commit

Permalink
BOOK: s/BASEDIR/RENDERDIR/
Browse files Browse the repository at this point in the history
As pointed out by akhiezer <lfs65@cruziero.com>, the BASEDIR variable
doesn't actually exist and the way it is used in the
documentation/comments means it is actually referring to the RENDERDIR
variable.
  • Loading branch information
bradfa committed Jun 30, 2017
1 parent 241f9a9 commit 1a15276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BOOK/INSTALL.md
Expand Up @@ -31,7 +31,7 @@ sudo apt install docbook-xml docbook-xsl fop libxml2-utils lynx make xsltproc ti
```

To actually convert the Docbook XML source into rendered form, which will be
located at ../render by default (override with BASEDIR=), execute:
located at ../render by default (override with RENDERDIR=), execute:

* To XHTML: `make`
* To single file XHTML (nochunks): `make nochunks`
Expand Down
2 changes: 1 addition & 1 deletion BOOK/stylesheets/lfs-xsl/pdf.xsl
Expand Up @@ -19,7 +19,7 @@ $Date$
<!-- Uncomment the next for debugging the raw FO code.
Note that FOP will complaints about a lot of paragraph overflows
due that verbatim output is also indented.
Remember to comment the "rm $(BASEDIR)/lfs-pdf.fo" in
Remember to comment the "rm $(RENDERDIR)/lfs-pdf.fo" in
the Makefile. -->
<!--<xsl:output encoding="UTF-8" indent="yes" />-->

Expand Down

0 comments on commit 1a15276

Please sign in to comment.