Re: [PATCH 1/3] Documentation/sphinx: let the user specify PDFLATEX and LATEXOPTS

2016-11-03 Thread Jani Nikula
On Wed, 02 Nov 2016, Markus Heiser wrote: > Am 02.11.2016 um 10:40 schrieb Jani Nikula : > >> Refer to xelatex and latex options via variables. This allows the user >> to override the pdflatex and latex options to use on the make command >> line for experimenting. As a side effect, this makes the

Re: [PATCH 1/3] Documentation/sphinx: let the user specify PDFLATEX and LATEXOPTS

2016-11-02 Thread Markus Heiser
Am 02.11.2016 um 10:40 schrieb Jani Nikula : > Refer to xelatex and latex options via variables. This allows the user > to override the pdflatex and latex options to use on the make command > line for experimenting. As a side effect, this makes the makefile a bit > tidier. > > Signed-off-by: Jan

Re: [PATCH 1/3] Documentation/sphinx: let the user specify PDFLATEX and LATEXOPTS

2016-11-02 Thread Mauro Carvalho Chehab
Hi Jani, Em Wed, 2 Nov 2016 11:40:11 +0200 Jani Nikula escreveu: > Refer to xelatex and latex options via variables. This allows the user > to override the pdflatex and latex options to use on the make command > line for experimenting. As a side effect, this makes the makefile a bit > tidier.

[PATCH 1/3] Documentation/sphinx: let the user specify PDFLATEX and LATEXOPTS

2016-11-02 Thread Jani Nikula
Refer to xelatex and latex options via variables. This allows the user to override the pdflatex and latex options to use on the make command line for experimenting. As a side effect, this makes the makefile a bit tidier. Signed-off-by: Jani Nikula --- Documentation/Makefile.sphinx | 9 ++---