]> j8takagi.net git repositories - autotest_mk.git/commitdiff
TexInfo 7.2への対応。スタイルシート修正 main 0.2p21
authorj8takagi <j8takagi@nifty.com>
Thu, 21 May 2026 13:59:37 +0000 (22:59 +0900)
committerj8takagi <j8takagi@nifty.com>
Thu, 21 May 2026 14:00:52 +0000 (23:00 +0900)
VERSION
doc/Makefile
doc/autotest_mk.texi
doc/style.css

diff --git a/VERSION b/VERSION
index e87f9acd48c7d3e11d20e206559335763028832c..e86f13820c4041783e31da2f1434a09feb642664 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.2p20
+0.2p21
index 88258407a31308da181d415b26b41b0c57bf2f56..ae41830eabffe8ead1f629a08e2657de1e5b0a5a 100644 (file)
@@ -12,7 +12,7 @@ base: $(DOC).info $(DOC).html
 
 all: base $(DOC)_html $(DOC).pdf
 
 
 all: base $(DOC)_html $(DOC).pdf
 
-$(DOC).html: $(SAMPLE)
+$(DOC).html: $(SAMPLE) style.css
 
 $(SAMPLE): $(SAMPLE)/triangle $(SAMPLE)/sort
 
 
 $(SAMPLE): $(SAMPLE)/triangle $(SAMPLE)/sort
 
@@ -24,7 +24,7 @@ $(SAMPLE)/sort: ../sample/sort/test
        if test ! -e $(dir $@); then $(MKDIR) $(dir $@); fi
        $(RSYNC) -az $</ $@
 
        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
 
 $(DOC)_html/$(SAMPLE): $(SAMPLE)
        if test ! -e $(dir $@); then $(MKDIR) $(dir $@); fi
index 0cc6603d2fba60309aa859b95ebbe1b5b0b9d778..d0182e7dc62b851dc066395ace403843902aea63 100644 (file)
@@ -14,7 +14,7 @@
 @c %**end of header
 
 @copying
 @c %**end of header
 
 @copying
-Copyright @copyright{} 2011-2019 j8takagi
+Copyright @copyright{} 2011-2026 j8takagi
 @end copying
 
 @dircategory Basics
 @end copying
 
 @dircategory Basics
@@ -29,7 +29,11 @@ Copyright @copyright{} 2011-2019 j8takagi
 @insertcopying
 @end titlepage
 
 @insertcopying
 @end titlepage
 
-@node Top, Top, (dir), (dir)
+@node Top, Top
+@ifhtml
+@top Autotest.mk - ソフトウェアテストの自動化
+@end ifhtml
+
 @menu
 * About::                       Autotest.mk 概要
 * Install::                     Autotest.mk インストール
 @menu
 * About::                       Autotest.mk 概要
 * Install::                     Autotest.mk インストール
index 9cb0659e3a9772d9eef452c6b99df1bd379d76ed..d6409a0917d27e3e3a84688d414644de09a2b4ec 100644 (file)
@@ -35,10 +35,9 @@ h2 {
     border: 2px solid navy;
 }
 
     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 {
 }
 
 .contents h2 {
@@ -128,6 +127,12 @@ table.cartouche, table.cartouche th, table.cartouche td  {
     border: none;
 }
 
     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;
 pre.example .command, pre.example .option, pre.example kbd {
     font-weight: bold;
     font-family: monospace;
@@ -143,13 +148,16 @@ pre.example strong {
     border: 2px solid green;
 }
 
     border: 2px solid green;
 }
 
-th, em {
+pre.example em {
+    font-size: 100%;
     font-style: normal;
     font-weight: bold;
     font-style: normal;
     font-weight: bold;
-    font-family: sans-serif;
 }
 
 th {
 }
 
 th {
+    font-style: normal;
+    font-weight: bold;
+    font-family: sans-serif;
     text-align: center;
 }
 
     text-align: center;
 }
 
@@ -160,3 +168,8 @@ dfn {
 .header, .menu {
     display: none;
 }
 .header, .menu {
     display: none;
 }
+
+em {
+    font-style: normal;
+    font-weight: bold;
+}