all: base $(DOC)_html $(DOC).pdf
-$(DOC).html: $(SAMPLE)
+$(DOC).html: $(SAMPLE) style.css
$(SAMPLE): $(SAMPLE)/triangle $(SAMPLE)/sort
if test ! -e $(dir $@); then $(MKDIR) $(dir $@); fi
$(RSYNC) -az $</ $@
-$(DOC)_html: $(DOC)_html/$(SAMPLE)
+$(DOC)_html: $(DOC)_html/$(SAMPLE) style.css
$(DOC)_html/$(SAMPLE): $(SAMPLE)
if test ! -e $(dir $@); then $(MKDIR) $(dir $@); fi
@c %**end of header
@copying
-Copyright @copyright{} 2011-2019 j8takagi
+Copyright @copyright{} 2011-2026 j8takagi
@end copying
@dircategory Basics
@insertcopying
@end titlepage
-@node Top, Top, (dir), (dir)
+@node Top, Top
+@ifhtml
+@top Autotest.mk - ソフトウェアテストの自動化
+@end ifhtml
+
@menu
* About:: Autotest.mk 概要
* Install:: Autotest.mk インストール
border: 2px solid navy;
}
-.contents {
- background-color: #DDF;
- border: 4px double #000;
- padding: 0.5em 1em 0.5em 1em;
+.contents, .mini-toc {
+ border: 4px double #DDF;
+ padding: 0.5em 1em 0.5em 2em;
}
.contents h2 {
border: none;
}
+.example {
+ border: 1px solid #00F;
+ padding-left: 2em;
+ margin: 1em 1em 1em 0em;
+}
+
pre.example .command, pre.example .option, pre.example kbd {
font-weight: bold;
font-family: monospace;
border: 2px solid green;
}
-th, em {
+pre.example em {
+ font-size: 100%;
font-style: normal;
font-weight: bold;
- font-family: sans-serif;
}
th {
+ font-style: normal;
+ font-weight: bold;
+ font-family: sans-serif;
text-align: center;
}
.header, .menu {
display: none;
}
+
+em {
+ font-style: normal;
+ font-weight: bold;
+}