From eab172e17b436c4d80d220d42eff9d02360622ba Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 24 Feb 2010 07:02:30 +0900 Subject: [PATCH] =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?utf8?q?=E3=83=88=E3=81=A7=E3=80=81Info=E3=83=95=E3=82=A1=E3=82=A4?= =?utf8?q?=E3=83=AB=E3=82=92=E4=BD=9C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/.gitignore | 1 + doc/Makefile | 7 +++++-- doc/yacasl2.texi | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/.gitignore b/doc/.gitignore index 500b049..6e7ed33 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -3,3 +3,4 @@ texobj yacasl2.pdf yacasl2.dvi yacasl2.html +yacasl2.info diff --git a/doc/Makefile b/doc/Makefile index 98b03fc..d6bc28b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -8,7 +8,10 @@ DVI2PDF = $(TEXBIN)/dvipdfmx TEXOBJDIR = texobj .PHONY: all htmlnosplit pdf clean -all: htmlnosplit html pdf +all: info htmlnosplit html pdf +info: $(DOCNAME).info +$(DOCNAME).info: $(SRC) + @makeinfo -o $@ $^ htmlnosplit: $(DOCNAME).html $(DOCNAME).html: $(SRC) $(CSS) @makeinfo -o $@ --no-split --no-headers --html --css-include=$(CSS) $(SRC) @@ -25,4 +28,4 @@ $(DOCNAME).dvi: $(SRC) TEX=ptex texi2dvi --texinfo=@afourpaper -o ../$@ ../$^; \ cd - clean: - @rm -rf html $(TEXOBJDIR) $(DOCNAME).html $(DOCNAME).dvi $(DOCNAME).pdf + @rm -rf html $(TEXOBJDIR) $(DOCNAME).info $(DOCNAME).html $(DOCNAME).dvi $(DOCNAME).pdf diff --git a/doc/yacasl2.texi b/doc/yacasl2.texi index c7d1bff..ae4366e 100644 --- a/doc/yacasl2.texi +++ b/doc/yacasl2.texi @@ -2,6 +2,8 @@ @c %**start of header @setfilename yacasl2.info @settitle YACASL2 - Linux上のCASL II処理系 +@firstparagraphindent insert +@paragraphindent 1 @c %**end of header @copying @@ -594,7 +596,7 @@ Hello, World! @section 1語を解析する -CASL2では、1語(16ビット)を単位としてデータが処理されます。 +CASL IIでは、1語(16ビット)を単位としてデータが処理されます。 @command{dumpword}は、指定した1語を10進数、16進数、2進数で表示します。 @cartouche -- 2.18.0