diff options
| author | fukachan <fukachan> | 2006-01-18 14:56:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-18 14:56:34 +0000 |
| commit | 5d37f3cb6529b5cc511323571c66378e3e698acb (patch) | |
| tree | 1ab55c3268b2791a23451566be5a28d24ca5e7ee /fml/doc/en | |
| parent | 6dded927d31459e060fdf7130e1dddae916d0c7f (diff) | |
| download | fml8-5d37f3cb6529b5cc511323571c66378e3e698acb.tar.gz fml8-5d37f3cb6529b5cc511323571c66378e3e698acb.tar.bz2 fml8-5d37f3cb6529b5cc511323571c66378e3e698acb.zip | |
add recipes around operations, command troubles.
Diffstat (limited to 'fml/doc/en')
| -rw-r--r-- | fml/doc/en/tutorial/book.sgml | 4 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/include/chapters.ent | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/book.sgml b/fml/doc/en/tutorial/book.sgml index bee0067c..5ce31b42 100644 --- a/fml/doc/en/tutorial/book.sgml +++ b/fml/doc/en/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.3 2005/07/23 01:58:46 fukachan Exp $ + $FML: book.sgml,v 1.4 2005/09/18 13:55:54 fukachan Exp $ $jaFML: book.sgml,v 1.58 2003/05/31 08:51:07 fukachan Exp $ --> @@ -115,6 +115,8 @@ to generate various output formats. &chapter.op.log; &chapter.op.backup; + &chapter.op.archive; + &chapter.op.move; </part> diff --git a/fml/doc/en/tutorial/include/chapters.ent b/fml/doc/en/tutorial/include/chapters.ent index 1a39c8bf..738bf419 100644 --- a/fml/doc/en/tutorial/include/chapters.ent +++ b/fml/doc/en/tutorial/include/chapters.ent @@ -1,5 +1,5 @@ <!-- - $FML: chapters.ent,v 1.11 2006/01/16 12:02:07 fukachan Exp $ + $FML: chapters.ent,v 1.12 2006/01/17 04:46:03 fukachan Exp $ $jaFML: chapters.ent,v 1.75 2003/06/20 22:03:12 fukachan Exp $ --> @@ -191,6 +191,11 @@ <!entity chapter.op.log SYSTEM "operations/log.sgml"> <!entity chapter.op.backup SYSTEM "operations/backup.sgml"> <!entity sect.op.log.recipes SYSTEM "operations/recipes.log.sgml"> +<!entity chapter.op.archive SYSTEM "operations/archive.sgml"> +<!entity op.archive.recipes SYSTEM "operations/recipes.archive.sgml"> +<!entity chapter.op.move SYSTEM "operations/move.sgml"> +<!entity op.move.recipes SYSTEM "operations/recipes.move.sgml"> +<!entity op.cvs.recipes SYSTEM "operations/recipes.cvs.sgml"> <!-- misc --> @@ -218,6 +223,7 @@ <!entity chapter.troubleshoot SYSTEM "troubleshoot/chapter.sgml"> <!entity troubleshoot.recipes SYSTEM "troubleshoot/recipes.sgml"> <!entity troubleshoot.recipes.message SYSTEM "troubleshoot/recipes.message.sgml"> +<!entity troubleshoot.recipes.command SYSTEM "troubleshoot/recipes.command.sgml"> <!entity troubleshoot.version.recipes SYSTEM "troubleshoot/recipes.version.sgml"> |
