From 7fca33834a46accf25b26e1ec861acf8c13916fd Mon Sep 17 00:00:00 2001 From: j8takagi Date: Thu, 21 May 2026 22:59:37 +0900 Subject: [PATCH] =?utf8?q?TexInfo=207.2=E3=81=B8=E3=81=AE=E5=AF=BE?= =?utf8?q?=E5=BF=9C=E3=80=82=E3=82=B9=E3=82=BF=E3=82=A4=E3=83=AB=E3=82=B7?= =?utf8?q?=E3=83=BC=E3=83=88=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- VERSION | 2 +- doc/Makefile | 4 ++-- doc/autotest_mk.texi | 8 ++++++-- doc/style.css | 25 +++++++++++++++++++------ 4 files changed, 28 insertions(+), 11 deletions(-) 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 $