Texinfo 5.1でのヘッダー出力仕様変更への対応
RMR := $(RM) -r
+SED := sed
DOCS := install manual
CSS := style.css
info: yacasl2.info
html: $(addsuffix .html,$(DOCS))
+ for f in $^; do $(SED) -i -e 's!dir\.html#Top!\.\./!g' $$f; done
htmls: $(addsuffix _html,$(DOCS))
+ for d in $^; do $(SED) -i -e 's!\.\./dir/index\.html!\.\./\.\./!g' $$d/index.html; done
pdf: $(addsuffix .pdf,$(DOCS))
display: none;
}
+h1.node-heading {
+ display: none;
+}
+
+h2.shortcontents-heading{
+ display: none;
+}
+
.shortcontents a {
margin-right: 1em;
}