]> j8takagi.net Git Repository - makefiles.git/commitdiff
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 554e5ccbeb83cd82377f9a119e664e432b4b398d..1cecd53f623da532430f7c1a5e802bc6891ec0d8 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