diff options
| author | fukachan <fukachan> | 2001-04-24 06:51:59 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-04-24 06:51:59 +0000 |
| commit | e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9 (patch) | |
| tree | 4416e8896244bf640e7962dde2774a8c663d7b7c /fml/doc/ja/tutorial/include.sgml | |
| parent | 6119ee3d6081f7160fc0ebf3b1da976553379edb (diff) | |
| download | fml8-e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9.tar.gz fml8-e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9.tar.bz2 fml8-e6e4bdb75bbf059bc189d78dcdd473fd4f79c7e9.zip | |
clean up hierarchical structure
define and include logical structure such as &preface, &bookinfo, ...
add $FML$ tag if needed
Diffstat (limited to 'fml/doc/ja/tutorial/include.sgml')
| -rw-r--r-- | fml/doc/ja/tutorial/include.sgml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/include.sgml b/fml/doc/ja/tutorial/include.sgml index 1647cc95..2c86c377 100644 --- a/fml/doc/ja/tutorial/include.sgml +++ b/fml/doc/ja/tutorial/include.sgml @@ -1,6 +1,13 @@ +<!-- + $FML$ +--> + <!entity versin "1.1"> <!-- include する SGML ファイル群 --> +<!entity bookinfo SYSTEM "bookinfo.sgml"> +<!entity preface SYSTEM "preface.sgml"> + <!entity appendix SYSTEM "appendix.sgml"> <!entity docbook SYSTEM "docbook.sgml"> <!entity terms SYSTEM "terms.sgml"> @@ -10,8 +17,9 @@ <!entity programingstyle SYSTEM "programing_style.sgml"> <!entity reference SYSTEM "reference.sgml"> - +<!-- ポインタ --> +<!entity fmlbible "『fml バイブル』(オライリージャパン刊)"> +<!entity www.fml.org "http://www.fml.org/fml/"> <!-- 画像 --> <!entity architecture SYSTEM "architecture.gif" ndata gif> - |
