projects
/
makefiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02fb4f9
)
latex.mkを、DEBUG変数を設定すればデバッグモードで動作するよう修正
author
j8takagi
<j8takagi@nifty.com>
Wed, 4 Dec 2013 11:36:57 +0000
(20:36 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Wed, 4 Dec 2013 11:36:57 +0000
(20:36 +0900)
latex_mk/latex.mk
patch
|
blob
|
history
diff --git
a/latex_mk/latex.mk
b/latex_mk/latex.mk
index
554e5cc
..
1cecd53
100644
(file)
--- 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