From fbb16926ed7e326a3c0c17a143f555e4193f5fe8 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Wed, 26 Jan 2011 22:43:32 +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=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/Makefile | 4 ++-- doc/sample_sort/sort_001/{Makefile => makefile.txt} | 0 doc/sample_sort/sort_002/{Makefile => makefile.txt} | 0 doc/sample_sort/sort_003/{Makefile => makefile.txt} | 0 doc/sample_sort/sort_004/{Makefile => makefile.txt} | 0 doc/sample_sort/sort_005/{Makefile => makefile.txt} | 0 6 files changed, 2 insertions(+), 2 deletions(-) rename doc/sample_sort/sort_001/{Makefile => makefile.txt} (100%) rename doc/sample_sort/sort_002/{Makefile => makefile.txt} (100%) rename doc/sample_sort/sort_003/{Makefile => makefile.txt} (100%) rename doc/sample_sort/sort_004/{Makefile => makefile.txt} (100%) rename doc/sample_sort/sort_005/{Makefile => makefile.txt} (100%) diff --git a/doc/Makefile b/doc/Makefile index d2f7076..322e82f 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -18,10 +18,10 @@ htmlnosplit: $(DOCNAME).html info: $(DOCNAME).info -html: $(SRC) $(CSS) sample_triangle +html: $(SRC) $(CSS) $(SAMPLES) @if test ! -s $@; then mkdir $@; fi; @cp $(CSS) $@/ - @cp -r $(SAMPLETS) $@/ + @cp -r $(SAMPLES) $@/ @$(MAKEINFO) -o $@ --html --css-ref=style.css $(SRC) pdf: $(DOCNAME).pdf diff --git a/doc/sample_sort/sort_001/Makefile b/doc/sample_sort/sort_001/makefile.txt similarity index 100% rename from doc/sample_sort/sort_001/Makefile rename to doc/sample_sort/sort_001/makefile.txt diff --git a/doc/sample_sort/sort_002/Makefile b/doc/sample_sort/sort_002/makefile.txt similarity index 100% rename from doc/sample_sort/sort_002/Makefile rename to doc/sample_sort/sort_002/makefile.txt diff --git a/doc/sample_sort/sort_003/Makefile b/doc/sample_sort/sort_003/makefile.txt similarity index 100% rename from doc/sample_sort/sort_003/Makefile rename to doc/sample_sort/sort_003/makefile.txt diff --git a/doc/sample_sort/sort_004/Makefile b/doc/sample_sort/sort_004/makefile.txt similarity index 100% rename from doc/sample_sort/sort_004/Makefile rename to doc/sample_sort/sort_004/makefile.txt diff --git a/doc/sample_sort/sort_005/Makefile b/doc/sample_sort/sort_005/makefile.txt similarity index 100% rename from doc/sample_sort/sort_005/Makefile rename to doc/sample_sort/sort_005/makefile.txt -- 2.18.0