From e75fe3f1a8296ea050fe1a677415e8c839cf6c79 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 24 Jul 2013 21:59:02 +0900 Subject: [PATCH] =?utf8?q?LaTeX=E7=94=A8Makefile=E3=81=AE=E6=8E=A8?= =?utf8?q?=E6=95=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- latex_mk/latex.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latex_mk/latex.mk b/latex_mk/latex.mk index d797806..d937b4e 100644 --- a/latex_mk/latex.mk +++ b/latex_mk/latex.mk @@ -79,7 +79,7 @@ GREP-makeindex = $(GREP) -F $(MAKEINDEX) $< @$(ECHO) '$@ is created by scanning $^.' # texファイルの依存関係 @($(ECHO) '$(subst .tex,.dvi,$<) $(subst .tex,.aux,$<) $(subst .tex,.d,$<): $<' >$@; \ - $(ECHO); \ + $(ECHO) >>$@; \ $(ECHO) '$(subst .tex,.prev_aux,$<):' >>$@) # Include/Inputファイルの依存関係 $(if $(intex),@( \ @@ -131,7 +131,7 @@ endif # 文献処理用ファイル作成 # BiBTeXで文献処理するときに使用される %.bbl: %.prev_aux - $(BIBTEX) $(BIBTEXFLAG) $(subst .prev_aux,aux,$<) + $(BIBTEX) $(BIBTEXFLAG) $(subst .prev_aux,.aux,$<) # バウンディング情報ファイル作成 # dvipdfmxで図を挿入するときに使用される -- 2.18.0