diff --git a/make-includes/standard_environment.make b/make-includes/standard_environment.make index e116ad2..2315364 100644 --- a/make-includes/standard_environment.make +++ b/make-includes/standard_environment.make @@ -18,9 +18,11 @@ # We need to add a comma if there is something there already! # ifdef LATEX_OPTS +ifdef DRAFT LATEX_OPTS+=, endif -LATEX_OPTS+=pdftex,usepdftitle=false,$(DRAFT) +endif +LATEX_OPTS+=$(DRAFT) # # List of standard "phony" build targets. #