Fix some typos.

pull/193/head
Michael R Sweet 16 years ago
parent eba74ebb7d
commit 96564158e1
  1. 5
      Makefile.in
  2. 4
      README
  3. 4
      doc/intro.html

@ -340,9 +340,10 @@ mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c)
if test "x`uname`" = xDarwin; then \
./mxmldoc-static --docset ~/Library/Developer/Shared/Documentation/DocSets/org.minixml.docset \
--docversion @VERSION@ --feedname minixml.org \
--feedurl http://www.minixml.org/documentation.atom \
--feedurl http://www.minixml.org/org.minixml.atom \
--header doc/docset.header --intro doc/docset.intro \
--css doc/docset.css mxml.xml; \
--css doc/docset.css --title "Mini-XML API Reference" \
mxml.xml; \
/Developer/usr/bin/docsetutil package --output org.minixml.xar \
--atom org.minixml.atom \
--download-url http://www.minixml.org/org.minixml.xar \

@ -1,10 +1,10 @@
README - 2008-01-28
README - 2008-11-28
-------------------
INTRODUCTION
This README file describes the Mini-XML library version 2.5.
This README file describes the Mini-XML library version 2.6.
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without

@ -1,6 +1,6 @@
<html>
<head>
<title>Mini-XML Programmers Manual, Version 2.5</title>
<title>Mini-XML Programmers Manual, Version 2.6</title>
<meta name='copyright' content='Copyright 2003-2008'>
<meta name='author' content='Michael R. Sweet'>
<meta name='keywords' content='XML, C, C++, library'>
@ -10,7 +10,7 @@
<h1 align='right'><a name='INTRO'><img src="0.gif" align="right"
hspace="10" width="100" height="100" alt="0"></a>Introduction</h1>
<p>This programmers manual describes Mini-XML version 2.5, a small
<p>This programmers manual describes Mini-XML version 2.6, a small
XML parsing library that you can use to read and write XML data
files in your C and C++ applications.</p>

Loading…
Cancel
Save