From: j8takagi Date: Sat, 27 Oct 2012 03:39:27 +0000 (+0900) Subject: マニュアルにGnuPGによる圧縮ファイル検証方法を追記 X-Git-Tag: v0.1p50 X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.1p50 マニュアルにGnuPGによる圧縮ファイル検証方法を追記 --- 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: