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/bash.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/bash.ent')
-rw-r--r-- | entities/bash.ent | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/entities/bash.ent b/entities/bash.ent new file mode 100644 index 000000000..0f14e439d --- /dev/null +++ b/entities/bash.ent @@ -0,0 +1,27 @@ +<!ENTITY c3-bash SYSTEM "../chapter03/bash.xml"> + +<!ENTITY c5-bash SYSTEM "../chapter05/bash.xml"> +<!ENTITY c5-bash-inst SYSTEM "../chapter05/bash-inst.xml"> +<!ENTITY c5-bash-exp SYSTEM "../chapter05/bash-exp.xml"> + +<!ENTITY c6-bashprofile SYSTEM "../chapter06/bashprofile.xml"> +<!ENTITY c6-bash SYSTEM "../chapter06/bash.xml"> +<!ENTITY c6-bash-inst SYSTEM "../chapter06/bash-inst.xml"> + +<!ENTITY aa-bash SYSTEM "../appendixa/bash.xml"> +<!ENTITY aa-bash-desc SYSTEM "../appendixa/bash-desc.xml"> +<!ENTITY aa-bash-dep SYSTEM "../appendixa/bash-dep.xml"> +<!ENTITY aa-bash-down SYSTEM "../appendixa/bash-down.xml"> + +<!ENTITY bash-version "2.05a"> +<!ENTITY bash-depversion "2.05a"> +<!ENTITY bash-contversion "2.05a"> +<!ENTITY bash-package "bash-&bash-version;.tar.bz2"> +<!ENTITY bash-dir "bash-&bash-version;"> +<!ENTITY bash-size "1,400 KB"> + +<!ENTITY bash-compsize-static "20 MB"> +<!ENTITY bash-time-static "3 minutes"> + +<!ENTITY bash-compsize "19 MB"> +<!ENTITY bash-time "3 minutes"> |