diff options
| author | fukachan <fukachan> | 2002-10-29 04:04:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-10-29 04:04:29 +0000 |
| commit | f2f4302a5b43bef5eb2e8bc23ceb36ef1bccbc87 (patch) | |
| tree | b96670794a60f5cec194c4bcbc772f36f69cac44 /fml/doc/ja/tutorial | |
| parent | 8270c149806577d3c5c4e24c3b79f8a8c4ef5ae3 (diff) | |
| download | fml8-f2f4302a5b43bef5eb2e8bc23ceb36ef1bccbc87.tar.gz fml8-f2f4302a5b43bef5eb2e8bc23ceb36ef1bccbc87.tar.bz2 fml8-f2f4302a5b43bef5eb2e8bc23ceb36ef1bccbc87.zip | |
add && enable troubleshoot chapter
Diffstat (limited to 'fml/doc/ja/tutorial')
| -rw-r--r-- | fml/doc/ja/tutorial/book.sgml | 7 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/include/chapters.ent | 9 |
2 files changed, 12 insertions, 4 deletions
diff --git a/fml/doc/ja/tutorial/book.sgml b/fml/doc/ja/tutorial/book.sgml index 7c83ce80..2275b61d 100644 --- a/fml/doc/ja/tutorial/book.sgml +++ b/fml/doc/ja/tutorial/book.sgml @@ -2,7 +2,7 @@ This is an sgml using DocBook dtd. Use sgmltools version 2.0.x or above to generate various output formats. -$FML: book.sgml,v 1.44 2002/09/15 01:45:04 fukachan Exp $ +$FML: book.sgml,v 1.45 2002/09/29 06:05:45 fukachan Exp $ --> <!doctype book public "-//FML//DTD DocBook V3.1-Based Extension//EN" [ @@ -91,7 +91,6 @@ $FML: book.sgml,v 1.44 2002/09/15 01:45:04 fukachan Exp $ </part> -<!-- <part> <title> トラブルシューティング </title> <partintro> @@ -101,8 +100,10 @@ $FML: book.sgml,v 1.44 2002/09/15 01:45:04 fukachan Exp $ </partintro> + &chapter.troubleshoot; + </part> ---> + <part> <title> デザイン </title> diff --git a/fml/doc/ja/tutorial/include/chapters.ent b/fml/doc/ja/tutorial/include/chapters.ent index ff2b89a6..26b702d7 100644 --- a/fml/doc/ja/tutorial/include/chapters.ent +++ b/fml/doc/ja/tutorial/include/chapters.ent @@ -1,5 +1,5 @@ <!-- - $FML: chapters.ent,v 1.53 2002/10/29 03:32:21 fukachan Exp $ + $FML: chapters.ent,v 1.54 2002/10/29 03:44:17 fukachan Exp $ --> <!entity versin "1.1"> @@ -150,3 +150,10 @@ <!entity chapter.module.io.adapter SYSTEM "module/IO::Adapter.sgml"> <!entity chapter.module.mail.message SYSTEM "module/Mail::Message.sgml"> <!entity chapter.module.nl SYSTEM "module/nativelanguage.sgml"> + + + +<!-- トラブルシューティング --> +<!entity chapter.troubleshoot SYSTEM "troubleshoot/chapter.sgml"> + +<!entity recipe.version SYSTEM "troubleshoot/recipe.version.sgml"> |
