マニュアルにGnuPGによる圧縮ファイル検証方法を追記
[YACASL2.git] / doc / Makefile
index 3c9b3be..c4dc520 100644 (file)
@@ -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) $^