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)
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
@c %**start of header
@setfilename yacasl2.info
@settitle YACASL2 - Linux上のCASL II処理系
+@firstparagraphindent insert
+@paragraphindent 1
@c %**end of header
@copying
@section 1語を解析する
-CASL2では、1語(16ビット)を単位としてデータが処理されます。
+CASL IIでは、1語(16ビット)を単位としてデータが処理されます。
@command{dumpword}は、指定した1語を10進数、16進数、2進数で表示します。
@cartouche