From 96564158e1a55611d9fabdab6c58a3fca16d46f8 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 28 Nov 2008 11:07:49 +0000 Subject: [PATCH] Fix some typos. --- Makefile.in | 5 +++-- README | 4 ++-- doc/intro.html | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index bcb0096..61e3021 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 \ diff --git a/README b/README index 3b88041..4d0dd1c 100644 --- a/README +++ b/README @@ -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 diff --git a/doc/intro.html b/doc/intro.html index 56117fe..2cb0d89 100644 --- a/doc/intro.html +++ b/doc/intro.html @@ -1,6 +1,6 @@ - Mini-XML Programmers Manual, Version 2.5 + Mini-XML Programmers Manual, Version 2.6 @@ -10,7 +10,7 @@

0Introduction

-

This programmers manual describes Mini-XML version 2.5, a small +

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.