Ticket #15045: pdf_ose.patch
| File pdf_ose.patch, 716 bytes (added by , 9 years ago) |
|---|
-
doc/manual/Makefile.kmk
old new 117 117 ifeq ($(KBUILD_HOST),win) 118 118 ifndef VBOX_PDFLATEX 119 119 VBOX_PDFLATEX := $(firstword $(rsort $(wildcard $(PATH_DEVTOOLS)/win.x86/miktex-portable/*/miktex/bin/pdflatex.exe))) 120 ifneq ($(VBOX_PDFLATEX),)121 VBOX_PDFLATEX_CMD = $(VBOX_PDFLATEX) -halt-on-error -interaction $(VBOX_PDFLATEX_INTERACTION)122 endif120 endif 121 ifneq ($(VBOX_PDFLATEX),) 122 VBOX_PDFLATEX_CMD = $(VBOX_PDFLATEX) -halt-on-error -interaction $(VBOX_PDFLATEX_INTERACTION) 123 123 endif 124 124 ifndef VBOX_PDFLATEX 125 125 # Tell MiKTeX to automatically download packages if system wide install.

