ドキュメントで、Infoファイルを作成
authorj8takagi <j8takagi@nifty.com>
Tue, 23 Feb 2010 22:02:30 +0000 (07:02 +0900)
committerj8takagi <j8takagi@nifty.com>
Tue, 23 Feb 2010 22:02:30 +0000 (07:02 +0900)
doc/.gitignore
doc/Makefile
doc/yacasl2.texi

index 500b049..6e7ed33 100644 (file)
@@ -3,3 +3,4 @@ texobj
 yacasl2.pdf
 yacasl2.dvi
 yacasl2.html
+yacasl2.info
index 98b03fc..d6bc28b 100644 (file)
@@ -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
index c7d1bff..ae4366e 100644 (file)
@@ -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