From: j8takagi Date: Wed, 26 Jan 2011 13:43:32 +0000 (+0900) Subject: ドキュメントの修正 X-Git-Tag: 0.2p3~15 X-Git-Url: https://j8takagi.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbb16926ed7e326a3c0c17a143f555e4193f5fe8;p=autotest_mk.git ドキュメントの修正 --- 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