diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-22 12:19:49 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-04-22 12:19:49 +0000 |
commit | abe30076b3dd653cda93e31833a7fed6aa826556 (patch) | |
tree | f510799a15c304904423c650600c4e4d1307024e | |
parent | 498223d46e40b508fff6524feae79059d8f5e354 (diff) |
Placed all appendices into a common dir.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7563 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendices/acknowledgments.xml (renamed from appendixb/acknowledgments.xml) | 2 | ||||
-rw-r--r-- | appendices/acronymlist.xml (renamed from appendixa/acronymlist.xml) | 2 | ||||
-rw-r--r-- | appendices/dependencies.xml (renamed from appendixc/dependencies.xml) | 2 | ||||
-rw-r--r-- | index.xml | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/appendixb/acknowledgments.xml b/appendices/acknowledgments.xml index 066705a67..50b82df10 100644 --- a/appendixb/acknowledgments.xml +++ b/appendices/acknowledgments.xml @@ -6,7 +6,7 @@ ]> <appendix id="appendixb" xreflabel="Appendix B"> - <?dbhtml dir="appendixb"?> + <?dbhtml dir="appendices"?> <?dbhtml filename="acknowledgements.html"?> <title>Acknowledgments</title> diff --git a/appendixa/acronymlist.xml b/appendices/acronymlist.xml index ccb1d453e..24f52e980 100644 --- a/appendixa/acronymlist.xml +++ b/appendices/acronymlist.xml @@ -6,7 +6,7 @@ ]> <appendix id="appendixa" xreflabel="Appendix A"> - <?dbhtml dir="appendixa"?> + <?dbhtml dir="appendices"?> <?dbhtml filename="acronymlist.html"?> <title>Acronyms and Terms</title> diff --git a/appendixc/dependencies.xml b/appendices/dependencies.xml index e5642295c..cf5a1ac84 100644 --- a/appendixc/dependencies.xml +++ b/appendices/dependencies.xml @@ -6,7 +6,7 @@ ]> <appendix id="appendixc" xreflabel="Appendix C"> - <?dbhtml dir="appendixc"?> + <?dbhtml dir="appendices"?> <?dbhtml filename="dependencies.html"?> <title>Dependencies</title> @@ -38,9 +38,9 @@ <part id="part4"> <title>Appendices</title> <?dbhtml filename="part4.html"?> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendixa/acronymlist.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendixb/acknowledgments.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendixc/dependencies.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acronymlist.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/acknowledgments.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="appendices/dependencies.xml"/> </part> <index/> |