diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-14 05:56:10 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-04-14 05:56:10 +0000 |
commit | 30e3448118311b918e74d9332cc8fe1af89311fc (patch) | |
tree | ec91a55d5fbf18063cb1712dd9675b470ee0a2a0 /entities/chapter03.ent | |
parent | fc5e9d7f69ad939909ea1cf391edd1290910feed (diff) |
fix paths
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'entities/chapter03.ent')
-rw-r--r-- | entities/chapter03.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/entities/chapter03.ent b/entities/chapter03.ent index 62fd4364d..061eac3f4 100644 --- a/entities/chapter03.ent +++ b/entities/chapter03.ent @@ -1,5 +1,5 @@ -<!ENTITY chapter04 SYSTEM "chapter04/chapter04.xml"> -<!ENTITY c4-introduction SYSTEM "chapter04/introduction.xml"> -<!ENTITY c4-creatingpart SYSTEM "chapter04/creatingpart.xml"> -<!ENTITY c4-creatingfs SYSTEM "chapter04/creatingfs.xml"> -<!ENTITY c4-mounting SYSTEM "chapter04/mounting.xml"> +<!ENTITY chapter04 SYSTEM "../chapter04/chapter04.xml"> +<!ENTITY c4-introduction SYSTEM "../chapter04/introduction.xml"> +<!ENTITY c4-creatingpart SYSTEM "../chapter04/creatingpart.xml"> +<!ENTITY c4-creatingfs SYSTEM "../chapter04/creatingfs.xml"> +<!ENTITY c4-mounting SYSTEM "../chapter04/mounting.xml"> |