diff options
-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/> |