From 9a03447739ef5e8dd12d745805516dd5bcc00bea Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 27 Oct 2012 12:39:27 +0900 Subject: [PATCH] =?utf8?q?=E3=83=9E=E3=83=8B=E3=83=A5=E3=82=A2=E3=83=AB?= =?utf8?q?=E3=81=ABGnuPG=E3=81=AB=E3=82=88=E3=82=8B=E5=9C=A7=E7=B8=AE?= =?utf8?q?=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E6=A4=9C=E8=A8=BC=E6=96=B9?= =?utf8?q?=E6=B3=95=E3=82=92=E8=BF=BD=E8=A8=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/Makefile | 9 +++--- doc/index.html | 76 ++++++++++++++++++++++++++++++++++++--------- doc/yacasl2.texi | 80 ++++++++++++++++++++++++++++++++++++------------ 3 files changed, 127 insertions(+), 38 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 3c9b3be..c4dc520 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -19,8 +19,10 @@ doc: info htmlnosplit html pdf info: $(DOCNAME).info -htmlnosplit: $(DOCNAME).html - $(MV) $< index.html +htmlnosplit: index.html + +index.html: $(SRC) $(CSS) + $(MAKEINFO) -o $@ --no-split --html --css-include=$(CSS) $(SRC) html: $(SRC) $(CSS) if test ! -e $@; then $(MKDIR) $@; fi; @@ -29,9 +31,6 @@ html: $(SRC) $(CSS) pdf: $(DOCNAME).pdf -$(DOCNAME).html: $(SRC) $(CSS) - $(MAKEINFO) -o $@ --no-split --html --css-include=$(CSS) $(SRC) - $(DOCNAME).pdf: $(DOCNAME).dvi $(DVI2PDF) $^ diff --git a/doc/index.html b/doc/index.html index fa71d23..fd9f048 100644 --- a/doc/index.html +++ b/doc/index.html @@ -171,6 +171,10 @@ Next: