From ccfc18ef6c0951920195bc35395b160c72377221 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 4 Dec 2013 20:36:57 +0900 Subject: [PATCH] =?utf8?q?latex.mk=E3=82=92=E3=80=81DEBUG=E5=A4=89?= =?utf8?q?=E6=95=B0=E3=82=92=E8=A8=AD=E5=AE=9A=E3=81=99=E3=82=8C=E3=81=B0?= =?utf8?q?=E3=83=87=E3=83=90=E3=83=83=E3=82=B0=E3=83=A2=E3=83=BC=E3=83=89?= =?utf8?q?=E3=81=A7=E5=8B=95=E4=BD=9C=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?utf8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- latex_mk/latex.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/latex_mk/latex.mk b/latex_mk/latex.mk index 554e5cc..1cecd53 100644 --- a/latex_mk/latex.mk +++ b/latex_mk/latex.mk @@ -30,8 +30,9 @@ # # include latex.mk -#debug -#SHELL = /bin/sh -x +ifdef DEBUG + SHELL := /bin/sh -x +endif .PHONY: tex-warning tex-xbb tex-clean tex-distclean -- 2.18.0