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/tar.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/tar.ent')
-rw-r--r-- | entities/tar.ent | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/entities/tar.ent b/entities/tar.ent new file mode 100644 index 000000000..0006f7cc0 --- /dev/null +++ b/entities/tar.ent @@ -0,0 +1,26 @@ +<!ENTITY c3-tar SYSTEM "../chapter03/tar.xml"> +<!ENTITY c3-tar-patch SYSTEM "../chapter03/tar-patch.xml"> + +<!ENTITY c5-tar SYSTEM "../chapter05/tar.xml"> +<!ENTITY c5-tar-inst SYSTEM "../chapter05/tar-inst.xml"> + +<!ENTITY c6-tar SYSTEM "../chapter06/tar.xml"> +<!ENTITY c6-tar-inst SYSTEM "../chapter06/tar-inst.xml"> +<!ENTITY aa-tar SYSTEM "../appendixa/tar.xml"> +<!ENTITY aa-tar-desc SYSTEM "../appendixa/tar-desc.xml"> +<!ENTITY aa-tar-dep SYSTEM "../appendixa/tar-dep.xml"> +<!ENTITY aa-tar-down SYSTEM "../appendixa/tar-down.xml"> + +<!ENTITY tar-version "1.13"> +<!ENTITY tar-depversion "1.13"> +<!ENTITY tar-contversion "1.13"> +<!ENTITY tar-size "730 KB"> +<!ENTITY tar-patch-size "1 KB"> +<!ENTITY tar-package "tar-&tar-version;.tar.bz2"> +<!ENTITY tar-dir "tar-&tar-version;"> + +<!ENTITY tar-compsize-static "7 MB"> +<!ENTITY tar-time-static "1 minute"> + +<!ENTITY tar-compsize "7 MB"> +<!ENTITY tar-time "1 minute"> |