From: j8takagi Date: Fri, 26 Jun 2026 14:26:30 +0000 (+0900) Subject: Texinfoファイルでセクションごとの目次を表示しないように設定 X-Git-Tag: v0.6p00~11 X-Git-Url: https://j8takagi.net/gitweb?a=commitdiff_plain;h=7167d347dd16b2fc624498cbcc6d5eaed3da0393;p=yacasl2.git Texinfoファイルでセクションごとの目次を表示しないように設定 --- diff --git a/doc/texinfo.mk b/doc/texinfo.mk index 37ff54a..e6c20e9 100644 --- a/doc/texinfo.mk +++ b/doc/texinfo.mk @@ -54,16 +54,16 @@ endif $(MAKEINFO) $(MAKEINFO_FLAGS) -o $@ $< %.html: %.texi - $(MAKEINFO) -o $@ --no-split --html --css-include=$(CSS) $< + $(MAKEINFO) -o $@ --no-split --html --css-include=$(CSS) --set-customization-variable FORMAT_MENU=nomenu $< $(SED) -i'.org' -e 's%]*>%&%g' $@ $(RM) $@.org %_html: %.texi if test ! -e $@; then $(MKDIR) $@; fi $(CP) $(CSS) $@/ - $(MAKEINFO) -o $@ --html --css-ref=$(CSS) $< - $(SED) -i'.org' -e 's%]*>%&%g' $@/*.html - $(RM) $@/*.html.org + $(MAKEINFO) -o $@ --html --css-ref=$(CSS) --set-customization-variable FORMAT_MENU=nomenu $< + $(SED) -i'.sedbak' -e 's%]*>%&%g' $@/*.html + $(RM) $@/*.sedbak %.html %_html: $(CSS)