From b6d80ec2b30f03bcf454cf9f51c1f6c8b1cf8a7e Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 31 May 2014 23:02:28 +0900 Subject: [PATCH] =?utf8?q?doc/Makefile=E3=81=AEsed=E3=81=8C=E3=80=81BSD=20?= =?utf8?q?Sed=E3=81=A8GNU=20Sed=E3=81=AE=E4=B8=A1=E6=96=B9=E3=81=A7?= =?utf8?q?=E6=AD=A3=E5=B8=B8=E3=81=AB=E6=A9=9F=E8=83=BD=E3=81=99=E3=82=8B?= =?utf8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89?= =?utf8?q?=E3=82=AA=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E8=A8=98=E8=BF=B0?= =?utf8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 2861845..47ee21f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -16,10 +16,10 @@ all: base htmls pdf info: yacasl2.info html: $(addsuffix .html,$(DOCS)) - for f in $^; do $(SED) -i .bak -e 's!dir\.html#Top!\.\./!g' $$f && $(RM) $$f.bak; done + for f in $^; do $(SED) -i.bak -e 's!dir\.html#Top!\.\./!g' $$f && $(RM) $$f.bak; done htmls: $(addsuffix _html,$(DOCS)) - for d in $^; do $(SED) -i .bak -e 's!\.\./dir/index\.html!\.\./\.\./!g' $$d/index.html && $(RM) $$d/index.html.bak; done + for d in $^; do $(SED) -i.bak -e 's!\.\./dir/index\.html!\.\./\.\./!g' $$d/index.html && $(RM) $$d/index.html.bak; done pdf: $(addsuffix .pdf,$(DOCS)) -- 2.18.0