Re: [PATCH] Fix libstdc++ install-pdf support.

2019-07-01 Thread Jonathan Wakely
On 01/07/19 01:21 -0700, Jim Wilson wrote: Try to run "make install-pdf" on a system with dblatex and pdflatex installed but not doxygen gives an error. run_doxygen error: Could not find Doxygen 1.7.0 in path. Looking at the build log, I see that this is also using xsltproc and xmllint. Instal

[PATCH] Fix libstdc++ install-pdf support.

2019-07-01 Thread Jim Wilson
Try to run "make install-pdf" on a system with dblatex and pdflatex installed but not doxygen gives an error. run_doxygen error: Could not find Doxygen 1.7.0 in path. Looking at the build log, I see that this is also using xsltproc and xmllint. Installing doxygen and running again, I get lots o