Index: vfrnav-20201231/doc/Makefile.am =================================================================== --- vfrnav-20201231.orig/doc/Makefile.am +++ vfrnav-20201231/doc/Makefile.am @@ -78,8 +78,8 @@ SRCPDF = $(TEXSRC) $(FIGSRC:.fig=.pdf) if HAVE_INKSCAPE1 %.pdf %.eps: %.svg - $(INKSCAPE) --batch-process --export-area-drawing --export-type=eps -o $*.eps $< - $(INKSCAPE) --batch-process --export-area-drawing --export-type=pdf -o $*.pdf $< + $(INKSCAPE) --export-area-drawing --export-type=eps -o $*.eps $< + $(INKSCAPE) --export-area-drawing --export-type=pdf -o $*.pdf $< else %.pdf %.eps: %.svg $(INKSCAPE) --without-gui --export-area-drawing --file=$< --export-eps=$*.eps