mirror of
https://github.com/michaelrsweet/mxml.git
synced 2025-05-13 16:12:08 +00:00
Forgot to commit...
This commit is contained in:
parent
989accb852
commit
7f9aeeae1e
@ -56,7 +56,7 @@ Sweet.</p>
|
||||
|
||||
<p>This library is free software; you can redistribute it and/or
|
||||
modify it under the terms of the <a
|
||||
href='license.html#LICENSE'>GNU Library General Public
|
||||
href='#LICENSE'>GNU Library General Public
|
||||
License</a> as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later
|
||||
version.</p>
|
||||
@ -128,33 +128,32 @@ appendices:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
<li>Chapter 1, "<a href='install.html#INSTALL'>Building,
|
||||
<li>Chapter 1, "<a href='#INSTALL'>Building,
|
||||
Installing, and Packaging Mini-XML</a>", provides
|
||||
compilation, installation, and packaging instructions for
|
||||
Mini-XML.</li>
|
||||
|
||||
<li>Chapter 2, "<a href='basics.html#BASICS'>Getting
|
||||
<li>Chapter 2, "<a href='#BASICS'>Getting
|
||||
Started with Mini-XML</a>", shows how to use the
|
||||
Mini-XML library in your programs.</li>
|
||||
|
||||
<li>Chapter 3, "<a href='advanced.html#ADVANCED'>More
|
||||
<li>Chapter 3, "<a href='#ADVANCED'>More
|
||||
Mini-XML Programming Techniques</a>", shows additional
|
||||
ways to use the Mini-XML library.</li>
|
||||
|
||||
<li>Chapter 4, "<a href='mxmldoc.html#MXMLDOC'>Using the
|
||||
<li>Chapter 4, "<a href='#MXMLDOC'>Using the
|
||||
mxmldoc Utility</a>", describes how to use the
|
||||
<tt>mxmldoc(1)</tt> program to generate software
|
||||
documentation.</li>
|
||||
|
||||
<li>Appendix A, "<a href='license.html#LICENSE'>GNU
|
||||
<li>Appendix A, "<a href='#LICENSE'>GNU
|
||||
Library General Public License</a>", provides the terms
|
||||
and conditions for using and distributing Mini-XML.</li>
|
||||
|
||||
<li>Appendix B, "<a
|
||||
href='relnotes.html#RELNOTES'>Release Notes</a>", lists
|
||||
the changes in each release of Mini-XML.</li>
|
||||
<li>Appendix B, "<a href='#RELNOTES'>Release Notes</a>",
|
||||
lists the changes in each release of Mini-XML.</li>
|
||||
|
||||
<li>Appendix C, "<a href='refapp.html#REFERENCE'>Library
|
||||
<li>Appendix C, "<a href='#REFERENCE'>Library
|
||||
Reference</a>", contains a complete reference for
|
||||
Mini-XML, generated by <tt>mxmldoc</tt>.</li>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# "$Id: makedocs.sh,v 1.1 2004/05/03 03:21:16 mike Exp $"
|
||||
# "$Id: makedocs.sh,v 1.2 2004/05/21 02:06:04 mike Exp $"
|
||||
#
|
||||
# Script to make documentation...
|
||||
#
|
||||
@ -18,12 +18,17 @@
|
||||
#
|
||||
|
||||
htmldoc --verbose --batch mxml.book -f mxml.pdf
|
||||
|
||||
htmldoc --verbose --batch mxml.book -f mxml.html
|
||||
|
||||
htmldoc --verbose --batch mxml.book -f mxml.ps
|
||||
rm -f mxml.ps.gz
|
||||
gzip -v9 mxml.ps
|
||||
|
||||
rm -rf mxml.d
|
||||
mkdir mxml.d
|
||||
htmldoc --verbose --batch mxml.book -t htmlsep -d mxml.d
|
||||
|
||||
#
|
||||
# End of "$Id: makedocs.sh,v 1.1 2004/05/03 03:21:16 mike Exp $".
|
||||
# End of "$Id: makedocs.sh,v 1.2 2004/05/21 02:06:04 mike Exp $".
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user