latex.mkを、DEBUG変数を設定すればデバッグモードで動作するよう修正
authorj8takagi <j8takagi@nifty.com>
Wed, 4 Dec 2013 11:36:57 +0000 (20:36 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 4 Dec 2013 11:36:57 +0000 (20:36 +0900)
latex_mk/latex.mk

index 554e5cc..1cecd53 100644 (file)
@@ -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