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/appendixb.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/appendixb.ent')
-rw-r--r-- | entities/appendixb.ent | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/entities/appendixb.ent b/entities/appendixb.ent index b8ada463b..635f38176 100644 --- a/entities/appendixb.ent +++ b/entities/appendixb.ent @@ -1,5 +1,5 @@ -<!ENTITY appendixb SYSTEM "appendixb/appendixb.xml"> -<!ENTITY ab-introduction SYSTEM "appendixb/introduction.xml"> -<!ENTITY ab-books SYSTEM "appendixb/books.xml"> -<!ENTITY ab-howtoguides SYSTEM "appendixb/howtoguides.xml"> -<!ENTITY ab-other SYSTEM "appendixb/other.xml"> +<!ENTITY appendixb SYSTEM "../appendixb/appendixb.xml"> +<!ENTITY ab-introduction SYSTEM "../appendixb/introduction.xml"> +<!ENTITY ab-books SYSTEM "../appendixb/books.xml"> +<!ENTITY ab-howtoguides SYSTEM "../appendixb/howtoguides.xml"> +<!ENTITY ab-other SYSTEM "../appendixb/other.xml"> |