akhiezer
2017-07-13 10:51:54 UTC
Both of the following files refer to the variable 'BASEDIR':
====
* BOOK/README
* BOOK/stylesheets/lfs-xsl/pdf.xsl
====
$ grep -ir BASEDIR .
./BOOK/stylesheets/lfs-xsl/pdf.xsl: Remember to comment the "rm $(BASEDIR)/lfs-pdf.fo" in
./BOOK/README:make BASEDIR=/path/to/output/location
./BOOK/README:make BASEDIR=/path/to/output/location nochunks
./BOOK/README:make BASEDIR=/path/to/output/location pdf
$
But the variable seems to have no effect: should likely be 'RENDERDIR'
- ref e.g.:
----
* BOOK/Makefile
----
akh
--
====
* BOOK/README
* BOOK/stylesheets/lfs-xsl/pdf.xsl
====
$ grep -ir BASEDIR .
./BOOK/stylesheets/lfs-xsl/pdf.xsl: Remember to comment the "rm $(BASEDIR)/lfs-pdf.fo" in
./BOOK/README:make BASEDIR=/path/to/output/location
./BOOK/README:make BASEDIR=/path/to/output/location nochunks
./BOOK/README:make BASEDIR=/path/to/output/location pdf
$
But the variable seems to have no effect: should likely be 'RENDERDIR'
- ref e.g.:
----
* BOOK/Makefile
----
akh
--