From: j8takagi Date: Thu, 21 May 2026 13:59:37 +0000 (+0900) Subject: TexInfo 7.2への対応。スタイルシート修正 X-Git-Tag: 0.2p21 X-Git-Url: https://www.j8takagi.net/gitweb?a=commitdiff_plain;h=HEAD;p=autotest_mk.git TexInfo 7.2への対応。スタイルシート修正 --- diff --git a/VERSION b/VERSION index e87f9ac..e86f138 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2p20 +0.2p21 diff --git a/doc/Makefile b/doc/Makefile index 8825840..ae41830 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,7 +12,7 @@ base: $(DOC).info $(DOC).html all: base $(DOC)_html $(DOC).pdf -$(DOC).html: $(SAMPLE) +$(DOC).html: $(SAMPLE) style.css $(SAMPLE): $(SAMPLE)/triangle $(SAMPLE)/sort @@ -24,7 +24,7 @@ $(SAMPLE)/sort: ../sample/sort/test if test ! -e $(dir $@); then $(MKDIR) $(dir $@); fi $(RSYNC) -az $