From 40d34f041fb6566516e8e2befe24df2f6b14aa69 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 5 Dec 2013 00:46:13 +0900 Subject: [PATCH] =?utf8?q?.fls=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB?= =?utf8?q?=E3=81=8CMac=20OS=20X=E3=81=A7=E6=AD=A3=E5=B8=B8=E3=81=AB?= =?utf8?q?=E4=BD=9C=E6=88=90=E3=81=A7=E3=81=8D=E3=81=AA=E3=81=84=E5=95=8F?= =?utf8?q?=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- latex_mk/latex.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/latex_mk/latex.mk b/latex_mk/latex.mk index c993d44..f157113 100644 --- a/latex_mk/latex.mk +++ b/latex_mk/latex.mk @@ -196,8 +196,7 @@ FLSDIR := .fls.temp FLSCMD = $(LATEX) -interaction=nonstopmode -recorder -output-directory=$(FLSDIR) $(BASE).tex GENERETE.fls = \ - test ! -e $(FLSDIR) && $(MKDIR) $(FLSDIR) || \ - test ! -d $(FLSDIR) && ($(ECHO) 'File $(FLSDIR) already exists and not a directory.' 1>&2; exit 1); \ + test ! -e $(FLSDIR) && $(MKDIR) $(FLSDIR); \ $(FLSCMD) 1>/dev/null 2>&1; \ $(SED) -e 's|$(FLSDIR)/||g' $(FLSDIR)/$(BASE).fls >$(BASE).fls; \ test -e $(BASE).fls && \ -- 2.18.0