diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-04-12 16:14:31 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-04-12 16:14:31 +0000 |
commit | 27c0e5c4bd59f966ba8e189ba2ecd8ad3d4b41f0 (patch) | |
tree | a15c461d7d398870e21b1413b9cf5e63373d51df /entities/file.ent | |
parent | b7a7faffc8db5d79850ad26a5a48243e06e53c11 (diff) |
the entities files should be .ent not .xml. Now syntax highlighting
actually works with the files in vim
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1823 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/file.ent')
-rw-r--r-- | entities/file.ent | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/entities/file.ent b/entities/file.ent new file mode 100644 index 000000000..9207aae02 --- /dev/null +++ b/entities/file.ent @@ -0,0 +1,20 @@ +<!ENTITY c3-file SYSTEM "../chapter03/file.xml"> + +<!ENTITY c6-file SYSTEM "../chapter06/file.xml"> +<!ENTITY c6-file-inst SYSTEM "../chapter06/file-inst.xml"> +<!ENTITY c6-file-exp SYSTEM "../chapter06/file-exp.xml"> + +<!ENTITY aa-file SYSTEM "../appendixa/file.xml"> +<!ENTITY aa-file-desc SYSTEM "../appendixa/file-desc.xml"> +<!ENTITY aa-file-dep SYSTEM "../appendixa/file-dep.xml"> +<!ENTITY aa-file-down SYSTEM "../appendixa/file-down.xml"> + +<!ENTITY file-version "3.37"> +<!ENTITY file-depversion "3.37"> +<!ENTITY file-contversion "3.37"> +<!ENTITY file-size "140 KB"> +<!ENTITY file-dir "file-&file-version;"> +<!ENTITY file-package "file-&file-version;.tar.bz2"> + +<!ENTITY file-compsize "2 MB"> +<!ENTITY file-time "1 minute"> |