From 5e4126da7f5c1de21de8d4ed28cef404f916915c Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sun, 23 Jan 2011 13:27:13 +0900 Subject: [PATCH] =?utf8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?utf8?q?=E3=83=88=E3=81=AE=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/Makefile | 7 +- doc/autotest_mk.html | 192 ++++++++++++++++++++++++++------------- doc/autotest_mk.texi | 178 +++++++++++++++++++++--------------- doc/style.css | 7 ++ sample/triangle/Makefile | 5 +- 5 files changed, 253 insertions(+), 136 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 776b3dd..dae315f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,6 +1,8 @@ DOCNAME = autotest_mk SRC = $(DOCNAME).texi CSS = style.css +SAMPLETRIANGLE = sample_triangle + PTEX = ptex TEXINDEX = texindex DVI2PDF = dvipdfmx @@ -16,9 +18,10 @@ htmlnosplit: $(DOCNAME).html info: $(DOCNAME).info -html: $(SRC) $(CSS) +html: $(SRC) $(CSS) sample_triangle @if test ! -s $@; then mkdir $@; fi; - @cp $(CSS) $@/$(CSS) + @cp $(CSS) $@/ + @cp -r $(SAMPLETRIANGLE) $@/ @$(MAKEINFO) -o $@ --html --css-ref=style.css $(SRC) pdf: $(DOCNAME).pdf diff --git a/doc/autotest_mk.html b/doc/autotest_mk.html index 04a3aa6..2cec630 100644 --- a/doc/autotest_mk.html +++ b/doc/autotest_mk.html @@ -7,7 +7,7 @@ +Copyright (C) 2011 j8takagi-->